#2DC24F

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

Shades of Lime Green #2DC24F

Tints of Lime Green #2DC24F

Color information

#2DC24F (or 0x2DC24F) is unknown color: approx Lime Green. HEX triplet: 2D, C2 and 4F. RGB value is (45,194,79). Sum of RGB (Red+Green+Blue) = 45+194+79=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC24F is #D23DB0. Grayscale: #888888. Windows color (decimal): -13778353 or 5227053. OLE color: 5227053.

HSL color Cylindrical-coordinate representation of color #2DC24F: hue angle of 133.69º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC24F is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB4519479-
CMYK0.7700.590.24
HSL133.69º62.34%46.86%-
HSV(B)133.69º76.8%76.08%-
XYZ21.7939.7113.91-
YUV136.3495.6462.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.15%
GREEN value IS 194 (76.17% from 255) = 61.01%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=14.15%
G=61.01%
B=24.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45194790.7700.590.24133.6962.3446.86
Hex2DC24F4D03B18863e2f
Octal55302117115073302067657
Binary101101110000101001111100110101110111100010000110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,194,79); }

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

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

 a { background-color: rgb(45,194,79); }

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

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

 span { border-color: rgb(45,194,79); }

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