#2CD124

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

Shades of Lime Green #2CD124

Tints of Lime Green #2CD124

Color information

#2CD124 (or 0x2CD124) is unknown color: approx Lime Green. HEX triplet: 2C, D1 and 24. RGB value is (44,209,36). Sum of RGB (Red+Green+Blue) = 44+209+36=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 209 (82.03% from 255 or 72.32% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD124 is #D32EDB. Grayscale: #8C8C8C. Windows color (decimal): -13840092 or 2412844. OLE color: 2412844.

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

Color convert

RGB4420936-
CMYK0.7900.830.18
HSL117.23º70.61%48.04%-
HSV(B)117.23º82.78%81.96%-
XYZ24.1646.269.33-
YUV139.9469.3459.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.22%
GREEN value IS 209 (82.03% from 255) = 72.32%
BLUE value IS 36 (14.45% from 255) = 12.46%
R=15.22%
G=72.32%
B=12.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal44209360.7900.830.18117.2370.6148.04
Hex2CD1244F05312754730
Octal543214411701232216510760
Binary101100110100011001001001111010100111001011101011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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