#2DE21D

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

Shades of Lime Green #2DE21D

Tints of Lime Green #2DE21D

Color information

#2DE21D (or 0x2DE21D) is unknown color: approx Lime Green. HEX triplet: 2D, E2 and 1D. RGB value is (45,226,29). Sum of RGB (Red+Green+Blue) = 45+226+29=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 226 (88.67% from 255 or 75.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 226 - color contains mainly: green. Hex color #2DE21D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE21D is #D21DE2. Grayscale: #969696. Windows color (decimal): -13770211 or 1958445. OLE color: 1958445.

HSL color Cylindrical-coordinate representation of color #2DE21D: hue angle of 115.13º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DE21D is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB4522629-
CMYK0.8000.870.11
HSL115.13º77.25%50%-
HSV(B)115.13º87.17%88.63%-
XYZ28.555.0410.28-
YUV149.4260.0353.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15%
GREEN value IS 226 (88.67% from 255) = 75.33%
BLUE value IS 29 (11.72% from 255) = 9.67%
R=15%
G=75.33%
B=9.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal45226290.8000.870.11115.1377.2550
Hex2DE21D50057B734d32
Octal553423512001271316311562
Binary1011011110001011101101000001010111101111100111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,226,29); }

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

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

 a { background-color: rgb(45,226,29); }

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

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

 span { border-color: rgb(45,226,29); }

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