#2CAE20

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

Shades of Lime Green #2CAE20

Tints of Lime Green #2CAE20

Color information

#2CAE20 (or 0x2CAE20) is unknown color: approx Lime Green. HEX triplet: 2C, AE and 20. RGB value is (44,174,32). Sum of RGB (Red+Green+Blue) = 44+174+32=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 174 (68.36% from 255 or 69.6% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAE20 is #D351DF. Grayscale: #777777. Windows color (decimal): -13849056 or 2141740. OLE color: 2141740.

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

Color convert

RGB4417432-
CMYK0.7500.820.32
HSL114.93º68.93%40.39%-
HSV(B)114.93º81.61%68.24%-
XYZ16.4430.916.47-
YUV118.9478.9374.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.6%
GREEN value IS 174 (68.36% from 255) = 69.6%
BLUE value IS 32 (12.89% from 255) = 12.8%
R=17.6%
G=69.6%
B=12.8%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44174320.7500.820.32114.9368.9340.39
Hex2CAE204B05220734528
Octal542564011301224016310550
Binary1011001010111010000010010110101001010000011100111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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