#2df13e

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

Shades of Lime Green #2DF13E

Tints of Lime Green #2DF13E

Color information

#2DF13E (or 0x2DF13E) is unknown color: approx Lime Green. HEX triplet: 2D, F1 and 3E. RGB value is (45,241,62). Sum of RGB (Red+Green+Blue) = 45+241+62=348 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.93% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF13E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF13E is #D20EC1. Grayscale: #A2A2A2. Windows color (decimal): -13766338 or 4124973. OLE color: 4124973.

HSL color Cylindrical-coordinate representation of color #2DF13E: hue angle of 125.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF13E is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB4524162-
CMYK0.8100.740.05
HSL125.2º87.5%56.08%-
HSV(B)125.2º81.33%94.51%-
XYZ33.4163.8215.11-
YUV161.9971.5744.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.93%
GREEN value IS 241 (94.53% from 255) = 69.25%
BLUE value IS 62 (24.61% from 255) = 17.82%
R=12.93%
G=69.25%
B=17.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal45241620.8100.740.05125.287.556.08
Hex2DF13E5104A57d5838
Octal55361761210112517513070
Binary1011011111000111111010100010100101010111111011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2df13e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,241,62); }

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

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

 a { background-color: rgb(45,241,62); }

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

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

 span { border-color: rgb(45,241,62); }

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