#2DD124

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

Shades of Lime Green #2DD124

Tints of Lime Green #2DD124

Color information

#2DD124 (or 0x2DD124) is unknown color: approx Lime Green. HEX triplet: 2D, D1 and 24. RGB value is (45,209,36). Sum of RGB (Red+Green+Blue) = 45+209+36=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 209 (82.03% from 255 or 72.07% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 209 - color contains mainly: green. Hex color #2DD124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD124 is #D22EDB. Grayscale: #8C8C8C. Windows color (decimal): -13774556 or 2412845. OLE color: 2412845.

HSL color Cylindrical-coordinate representation of color #2DD124: hue angle of 116.88º 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 #2DD124 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB4520936-
CMYK0.7800.830.18
HSL116.88º70.61%48.04%-
HSV(B)116.88º82.78%81.96%-
XYZ24.246.299.33-
YUV140.2469.1760.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.52%
GREEN value IS 209 (82.03% from 255) = 72.07%
BLUE value IS 36 (14.45% from 255) = 12.41%
R=15.52%
G=72.07%
B=12.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal45209360.7800.830.18116.8870.6148.04
Hex2DD1244E05312754730
Octal553214411601232216510760
Binary101101110100011001001001110010100111001011101011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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