#2DD04C

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

Shades of Lime Green #2DD04C

Tints of Lime Green #2DD04C

Color information

#2DD04C (or 0x2DD04C) is unknown color: approx Lime Green. HEX triplet: 2D, D0 and 4C. RGB value is (45,208,76). Sum of RGB (Red+Green+Blue) = 45+208+76=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 208 (81.64% from 255 or 63.22% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 208 - color contains mainly: green. Hex color #2DD04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD04C is #D22FB3. Grayscale: #909090. Windows color (decimal): -13774772 or 5034029. OLE color: 5034029.

HSL color Cylindrical-coordinate representation of color #2DD04C: hue angle of 131.41º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DD04C is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB4520876-
CMYK0.7800.630.18
HSL131.41º64.43%49.61%-
HSV(B)131.41º78.37%81.57%-
XYZ24.9446.1914.44-
YUV144.2189.557.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.68%
GREEN value IS 208 (81.64% from 255) = 63.22%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=13.68%
G=63.22%
B=23.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal45208760.7800.630.18131.4164.4349.61
Hex2DD04C4E03F12834032
Octal553201141160772220310062
Binary1011011101000010011001001110011111110010100000111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,208,76); }

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

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

 a { background-color: rgb(45,208,76); }

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

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

 span { border-color: rgb(45,208,76); }

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