#2DE039

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

Shades of Lime Green #2DE039

Tints of Lime Green #2DE039

Color information

#2DE039 (or 0x2DE039) is unknown color: approx Lime Green. HEX triplet: 2D, E0 and 39. RGB value is (45,224,57). Sum of RGB (Red+Green+Blue) = 45+224+57=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 224 (87.89% from 255 or 68.71% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE039 is #D21FC6. Grayscale: #979797. Windows color (decimal): -13770695 or 3792941. OLE color: 3792941.

HSL color Cylindrical-coordinate representation of color #2DE039: hue angle of 124.02º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE039 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB4522457-
CMYK0.8000.750.12
HSL124.02º74.27%52.75%-
HSV(B)124.02º79.91%87.84%-
XYZ28.4854.1612.82-
YUV151.4474.752.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.80%
GREEN value IS 224 (87.89% from 255) = 68.71%
BLUE value IS 57 (22.66% from 255) = 17.48%
R=13.80%
G=68.71%
B=17.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal45224570.8000.750.12124.0274.2752.75
Hex2DE0395004BC7c4a35
Octal553407112001131417411265
Binary10110111100000111001101000001001011110011111001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,224,57); }

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

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

 a { background-color: rgb(45,224,57); }

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

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

 span { border-color: rgb(45,224,57); }

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