#2DB01E

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

Shades of Lime Green #2DB01E

Tints of Lime Green #2DB01E

Color information

#2DB01E (or 0x2DB01E) is unknown color: approx Lime Green. HEX triplet: 2D, B0 and 1E. RGB value is (45,176,30). Sum of RGB (Red+Green+Blue) = 45+176+30=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 176 (69.14% from 255 or 70.12% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 176 - color contains mainly: green. Hex color #2DB01E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB01E is #D24FE1. Grayscale: #787878. Windows color (decimal): -13783010 or 2011181. OLE color: 2011181.

HSL color Cylindrical-coordinate representation of color #2DB01E: hue angle of 113.84º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DB01E is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB4517630-
CMYK0.7400.830.31
HSL113.84º70.87%40.39%-
HSV(B)113.84º82.95%69.02%-
XYZ16.8431.76.46-
YUV120.1977.174.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.93%
GREEN value IS 176 (69.14% from 255) = 70.12%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=17.93%
G=70.12%
B=11.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal45176300.7400.830.31113.8470.8740.39
Hex2DB01E4A0531F724728
Octal552603611201233716210750
Binary10110110110000111101001010010100111111111100101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,176,30); }

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

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

 a { background-color: rgb(45,176,30); }

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

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

 span { border-color: rgb(45,176,30); }

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