Html Css Color HEX #1ED815 Lime Green

📋 copy color: '#1ED815'

red 30 ◦ green 216 ◦ blue 21

#1ED815
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #1ED815

Tints of Lime Green #1ED815

RGB

 RED value IS 30 (12.11% from 255) = 11.24%

 GREEN value IS 216 (84.77% from 255) = 80.9%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 11.24%
G = 80.9%
B = 7.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#1ED815 (or 0x1ED815) is known color: Lime Green. HEX triplet: 1E, D8 and 15. RGB value is (30,216,21). Sum of RGB (Red+Green+Blue) = 30+216+21=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 216 (84.77% from 255 or 80.90% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED815 is #E127EA. Grayscale: #8A8A8A. Windows color (decimal): -14755819 or 1431582. OLE color: 1431582.

HSL color Cylindrical-coordinate representation of color #1ED815: hue angle of 117.23º 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 #1ED815 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 216 21 -
CMYK 0.86 0 0.90 0.15
HSL 117.23º 0.82% 0.46% -
HSV(B) 117.23º 0.9% 0.85% -
XYZ 25.23 49.44 8.92 -
YUV 138.16 61.88 50.86 -
System Red Green Blue C M Y K H S L
Decimal 30 216 21 0.86 0 0.90 0.15 117.23 0.82 0.46
Hex 1E D8 15 56 0 5A F 75 52 2E
Octal 36 330 25 126 0 132 17 165 122 56
Binary 11110 11011000 10101 1010110 0 1011010 1111 1110101 1010010 101110

Color Harmonies of #1ED815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED815

Black with #1ED815

Text Example


Text Example

White with #1ED815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ED815;
 }
 .AnyTagClassName
 {
   color: #1ED815;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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