#2DD21E

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

Shades of Lime Green #2DD21E

Tints of Lime Green #2DD21E

Color information

#2DD21E (or 0x2DD21E) is unknown color: approx Lime Green. HEX triplet: 2D, D2 and 1E. RGB value is (45,210,30). Sum of RGB (Red+Green+Blue) = 45+210+30=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 210 (82.42% from 255 or 73.68% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 210 - color contains mainly: green. Hex color #2DD21E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD21E is #D22DE1. Grayscale: #8C8C8C. Windows color (decimal): -13774306 or 2019885. OLE color: 2019885.

HSL color Cylindrical-coordinate representation of color #2DD21E: hue angle of 115º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DD21E is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB4521030-
CMYK0.7900.860.18
HSL115º75%47.06%-
HSV(B)115º85.71%82.35%-
XYZ24.3646.748.97-
YUV140.1465.8460.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 210 (82.42% from 255) = 73.68%
BLUE value IS 30 (12.11% from 255) = 10.53%
R=15.79%
G=73.68%
B=10.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal45210300.7900.860.181157547.06
Hex2DD21E4F05612734b2f
Octal553223611701262216311357
Binary10110111010010111101001111010101101001011100111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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