#2DE52A

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

Shades of Lime Green #2DE52A

Tints of Lime Green #2DE52A

Color information

#2DE52A (or 0x2DE52A) is unknown color: approx Lime Green. HEX triplet: 2D, E5 and 2A. RGB value is (45,229,42). Sum of RGB (Red+Green+Blue) = 45+229+42=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 229 (89.84% from 255 or 72.47% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE52A is #D21AD5. Grayscale: #999999. Windows color (decimal): -13769430 or 2811181. OLE color: 2811181.

HSL color Cylindrical-coordinate representation of color #2DE52A: hue angle of 119.04º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DE52A is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB4522942-
CMYK0.8000.820.10
HSL119.04º78.24%53.14%-
HSV(B)119.04º81.66%89.8%-
XYZ29.5256.7611.59-
YUV152.6765.5451.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.24%
GREEN value IS 229 (89.84% from 255) = 72.47%
BLUE value IS 42 (16.80% from 255) = 13.29%
R=14.24%
G=72.47%
B=13.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal45229420.8000.820.10119.0478.2453.14
Hex2DE52A50052A774e35
Octal553455212001221216711665
Binary10110111100101101010101000001010010101011101111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,229,42); }

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

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

 a { background-color: rgb(45,229,42); }

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

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

 span { border-color: rgb(45,229,42); }

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