#2CEE37

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

Shades of Lime Green #2CEE37

Tints of Lime Green #2CEE37

Color information

#2CEE37 (or 0x2CEE37) is unknown color: approx Lime Green. HEX triplet: 2C, EE and 37. RGB value is (44,238,55). Sum of RGB (Red+Green+Blue) = 44+238+55=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 238 (93.36% from 255 or 70.62% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEE37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEE37 is #D311C8. Grayscale: #9F9F9F. Windows color (decimal): -13832649 or 3665452. OLE color: 3665452.

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

Color convert

RGB4423855-
CMYK0.8200.770.07
HSL123.4º85.09%55.29%-
HSV(B)123.4º81.51%93.33%-
XYZ32.361.9613.87-
YUV159.1369.2345.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.06%
GREEN value IS 238 (93.36% from 255) = 70.62%
BLUE value IS 55 (21.88% from 255) = 16.32%
R=13.06%
G=70.62%
B=16.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal44238550.8200.770.07123.485.0955.29
Hex2CEE375204D77b5537
Octal54356671220115717312567
Binary1011001110111011011110100100100110111111110111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CEE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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