#2CAE3C

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

Shades of Lime Green #2CAE3C

Tints of Lime Green #2CAE3C

Color information

#2CAE3C (or 0x2CAE3C) is unknown color: approx Lime Green. HEX triplet: 2C, AE and 3C. RGB value is (44,174,60). Sum of RGB (Red+Green+Blue) = 44+174+60=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 174 (68.36% from 255 or 62.59% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAE3C is #D351C3. Grayscale: #7A7A7A. Windows color (decimal): -13849028 or 3976748. OLE color: 3976748.

HSL color Cylindrical-coordinate representation of color #2CAE3C: hue angle of 127.38º 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 #2CAE3C is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB4417460-
CMYK0.7500.660.32
HSL127.38º59.63%42.75%-
HSV(B)127.38º74.71%68.24%-
XYZ16.9931.139.39-
YUV122.1392.9372.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.83%
GREEN value IS 174 (68.36% from 255) = 62.59%
BLUE value IS 60 (23.83% from 255) = 21.58%
R=15.83%
G=62.59%
B=21.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44174600.7500.660.32127.3859.6342.75
Hex2CAE3C4B042207f3c2b
Octal54256741130102401777453
Binary101100101011101111001001011010000101000001111111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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