#2CAE37

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

Shades of Lime Green #2CAE37

Tints of Lime Green #2CAE37

Color information

#2CAE37 (or 0x2CAE37) is unknown color: approx Lime Green. HEX triplet: 2C, AE and 37. RGB value is (44,174,55). Sum of RGB (Red+Green+Blue) = 44+174+55=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 174 (68.36% from 255 or 63.74% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAE37 is #D351C8. Grayscale: #797979. Windows color (decimal): -13849033 or 3649068. OLE color: 3649068.

HSL color Cylindrical-coordinate representation of color #2CAE37: hue angle of 125.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAE37 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB4417455-
CMYK0.7500.680.32
HSL125.08º59.63%42.75%-
HSV(B)125.08º74.71%68.24%-
XYZ16.8631.088.73-
YUV121.5690.4372.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.12%
GREEN value IS 174 (68.36% from 255) = 63.74%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=16.12%
G=63.74%
B=20.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44174550.7500.680.32125.0859.6342.75
Hex2CAE374B044207d3c2b
Octal54256671130104401757453
Binary101100101011101101111001011010001001000001111101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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