Html Css Color HEX #1ED816 Lime Green

📋 copy color: '#1ED816'

red 30 ◦ green 216 ◦ blue 22

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

Shades of Lime Green #1ED816

Tints of Lime Green #1ED816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.21%

R = 11.19%
G = 80.6%
B = 8.21%

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

#1ED816 (or 0x1ED816) is known color: Lime Green. HEX triplet: 1E, D8 and 16. RGB value is (30,216,22). Sum of RGB (Red+Green+Blue) = 30+216+22=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 216 (84.77% from 255 or 80.60% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED816 is #E127E9. Grayscale: #8A8A8A. Windows color (decimal): -14755818 or 1497118. OLE color: 1497118.

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

Color convert

RGB 30 216 22 -
CMYK 0.86 0 0.90 0.15
HSL 117.53º 0.82% 0.47% -
HSV(B) 117.53º 0.9% 0.85% -
XYZ 25.24 49.45 8.97 -
YUV 138.27 62.38 50.77 -
System Red Green Blue C M Y K H S L
Decimal 30 216 22 0.86 0 0.90 0.15 117.53 0.82 0.47
Hex 1E D8 16 56 0 5A F 76 52 2F
Octal 36 330 26 126 0 132 17 166 122 57
Binary 11110 11011000 10110 1010110 0 1011010 1111 1110110 1010010 101111

Color Harmonies of #1ED816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED816

Black with #1ED816

Text Example


Text Example

White with #1ED816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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