#2DB21E

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

Shades of Lime Green #2DB21E

Tints of Lime Green #2DB21E

Color information

#2DB21E (or 0x2DB21E) is unknown color: approx Lime Green. HEX triplet: 2D, B2 and 1E. RGB value is (45,178,30). Sum of RGB (Red+Green+Blue) = 45+178+30=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 178 (69.92% from 255 or 70.36% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB21E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB21E is #D24DE1. Grayscale: #797979. Windows color (decimal): -13782498 or 2011693. OLE color: 2011693.

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

Color convert

RGB4517830-
CMYK0.7500.830.30
HSL113.92º71.15%40.78%-
HSV(B)113.92º83.15%69.8%-
XYZ17.2432.496.59-
YUV121.3676.4473.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.79%
GREEN value IS 178 (69.92% from 255) = 70.36%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=17.79%
G=70.36%
B=11.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal45178300.7500.830.30113.9271.1540.78
Hex2DB21E4B0531E724729
Octal552623611301233616210751
Binary10110110110010111101001011010100111111011100101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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