#2DE13C

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

Shades of Lime Green #2DE13C

Tints of Lime Green #2DE13C

Color information

#2DE13C (or 0x2DE13C) is unknown color: approx Lime Green. HEX triplet: 2D, E1 and 3C. RGB value is (45,225,60). Sum of RGB (Red+Green+Blue) = 45+225+60=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE13C is #D21EC3. Grayscale: #989898. Windows color (decimal): -13770436 or 3989805. OLE color: 3989805.

HSL color Cylindrical-coordinate representation of color #2DE13C: hue angle of 125º degrees, saturation: 0.75, 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 #2DE13C is Cyan = 0.8, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB4522560-
CMYK0.800.730.12
HSL125º75%52.94%-
HSV(B)125º80%88.24%-
XYZ28.8254.7313.32-
YUV152.3775.8751.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.64%
GREEN value IS 225 (88.28% from 255) = 68.18%
BLUE value IS 60 (23.83% from 255) = 18.18%
R=13.64%
G=68.18%
B=18.18%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal45225600.800.730.121257552.94
Hex2DE13C50049C7d4b35
Octal553417412001111417511365
Binary10110111100001111100101000001001001110011111011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,225,60); }

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

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

 a { background-color: rgb(45,225,60); }

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

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

 span { border-color: rgb(45,225,60); }

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