#2CEF37

Color #2CEF37 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2CEF37

Tints of Lime Green #2CEF37

Color information

#2CEF37 (or 0x2CEF37) is unknown color: approx Lime Green. HEX triplet: 2C, EF and 37. RGB value is (44,239,55). Sum of RGB (Red+Green+Blue) = 44+239+55=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 239 (93.75% from 255 or 70.71% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEF37 is #D310C8. Grayscale: #A0A0A0. Windows color (decimal): -13832393 or 3665708. OLE color: 3665708.

HSL color Cylindrical-coordinate representation of color #2CEF37: hue angle of 123.38º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEF37 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB4423955-
CMYK0.8200.770.06
HSL123.38º85.9%55.49%-
HSV(B)123.38º81.59%93.73%-
XYZ32.5962.5413.97-
YUV159.7268.945.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 13.02%
GREEN value IS 239 (93.75% from 255) = 70.71%
BLUE value IS 55 (21.88% from 255) = 16.27%
R=13.02%
G=70.71%
B=16.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal44239550.8200.770.06123.3885.955.49
Hex2CEF375204D67b5637
Octal54357671220115617312667
Binary1011001110111111011110100100100110111011110111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CEF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CEF37; }

 p { color: rgb(44,239,55); }

 H1.HeaderClassName
 {
   color: #2CEF37;
 }
 .AnyTagClassName
 {
   color: #2CEF37;
 }
</style>
background-color css

<style>
 a { background-color: #2CEF37; }

 a { background-color: rgb(44,239,55); }

 div.DivClassName
 {
   background-color: #2CEF37;
 }
 .BgClassName
 {
   background-color: #2CEF37;
 }
</style>
border-color css

<style>
 span { border-color: #2CEF37; }

 span { border-color: rgb(44,239,55); }

 td.TdClassName
 {
   border-color: #2CEF37;
 }
 .TagClassName
 {
   border-color: #2CEF37;
 }
</style>