#2DB52F

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

Shades of Lime Green #2DB52F

Tints of Lime Green #2DB52F

Color information

#2DB52F (or 0x2DB52F) is unknown color: approx Lime Green. HEX triplet: 2D, B5 and 2F. RGB value is (45,181,47). Sum of RGB (Red+Green+Blue) = 45+181+47=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 181 (71.09% from 255 or 66.30% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB52F is #D24AD0. Grayscale: #7D7D7D. Windows color (decimal): -13781713 or 3126573. OLE color: 3126573.

HSL color Cylindrical-coordinate representation of color #2DB52F: hue angle of 120.88º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB52F is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB4518147-
CMYK0.7500.740.29
HSL120.88º60.18%44.31%-
HSV(B)120.88º75.14%70.98%-
XYZ18.1233.818.26-
YUV125.0683.9470.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.48%
GREEN value IS 181 (71.09% from 255) = 66.30%
BLUE value IS 47 (18.75% from 255) = 17.22%
R=16.48%
G=66.30%
B=17.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45181470.7500.740.29120.8860.1844.31
Hex2DB52F4B04A1D793c2c
Octal55265571130112351717454
Binary10110110110101101111100101101001010111011111001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,181,47); }

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

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

 a { background-color: rgb(45,181,47); }

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

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

 span { border-color: rgb(45,181,47); }

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