#2ED815

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

Shades of Lime Green #2ED815

Tints of Lime Green #2ED815

Color information

#2ED815 (or 0x2ED815) is unknown color: approx Lime Green. HEX triplet: 2E, D8 and 15. RGB value is (46,216,21). Sum of RGB (Red+Green+Blue) = 46+216+21=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 216 (84.77% from 255 or 76.33% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED815 is #D127EA. Grayscale: #8F8F8F. Windows color (decimal): -13707243 or 1431598. OLE color: 1431598.

HSL color Cylindrical-coordinate representation of color #2ED815: hue angle of 112.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2ED815 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB4621621-
CMYK0.7900.900.15
HSL112.31º82.28%46.47%-
HSV(B)112.31º90.28%84.71%-
XYZ25.8249.758.95-
YUV142.9459.1858.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.25%
GREEN value IS 216 (84.77% from 255) = 76.33%
BLUE value IS 21 (8.59% from 255) = 7.42%
R=16.25%
G=76.33%
B=7.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal46216210.7900.900.15112.3182.2846.47
Hex2ED8154F05AF70522e
Octal563302511701321716012256
Binary1011101101100010101100111101011010111111100001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,216,21); }

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

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

 a { background-color: rgb(46,216,21); }

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

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

 span { border-color: rgb(46,216,21); }

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