#2DB520

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

Shades of Lime Green #2DB520

Tints of Lime Green #2DB520

Color information

#2DB520 (or 0x2DB520) is unknown color: approx Lime Green. HEX triplet: 2D, B5 and 20. RGB value is (45,181,32). Sum of RGB (Red+Green+Blue) = 45+181+32=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 181 (71.09% from 255 or 70.16% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB520 is #D24ADF. Grayscale: #7B7B7B. Windows color (decimal): -13781728 or 2143533. OLE color: 2143533.

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

Color convert

RGB4518132-
CMYK0.7500.820.29
HSL114.77º69.95%41.76%-
HSV(B)114.77º82.32%70.98%-
XYZ17.8733.716.93-
YUV123.3576.4472.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.44%
GREEN value IS 181 (71.09% from 255) = 70.16%
BLUE value IS 32 (12.89% from 255) = 12.40%
R=17.44%
G=70.16%
B=12.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45181320.7500.820.29114.7769.9541.76
Hex2DB5204B0521D73462a
Octal552654011301223516310652
Binary101101101101011000001001011010100101110111100111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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