#2CD424

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

Shades of Lime Green #2CD424

Tints of Lime Green #2CD424

Color information

#2CD424 (or 0x2CD424) is unknown color: approx Lime Green. HEX triplet: 2C, D4 and 24. RGB value is (44,212,36). Sum of RGB (Red+Green+Blue) = 44+212+36=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 212 (83.20% from 255 or 72.60% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 212 - color contains mainly: green. Hex color #2CD424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD424 is #D32BDB. Grayscale: #8E8E8E. Windows color (decimal): -13839324 or 2413612. OLE color: 2413612.

HSL color Cylindrical-coordinate representation of color #2CD424: hue angle of 117.27º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CD424 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB4421236-
CMYK0.7900.830.17
HSL117.27º70.97%48.63%-
HSV(B)117.27º83.02%83.14%-
XYZ24.947.759.57-
YUV141.768.3458.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.07%
GREEN value IS 212 (83.20% from 255) = 72.60%
BLUE value IS 36 (14.45% from 255) = 12.33%
R=15.07%
G=72.60%
B=12.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal44212360.7900.830.17117.2770.9748.63
Hex2CD4244F05311754731
Octal543244411701232116510761
Binary101100110101001001001001111010100111000111101011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,212,36); }

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

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

 a { background-color: rgb(44,212,36); }

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

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

 span { border-color: rgb(44,212,36); }

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