Html Css Color HEX #1ED814 Lime Green

📋 copy color: '#1ED814'

red 30 ◦ green 216 ◦ blue 20

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

Shades of Lime Green #1ED814

Tints of Lime Green #1ED814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 11.28%
G = 81.2%
B = 7.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#1ED814 (or 0x1ED814) is known color: Lime Green. HEX triplet: 1E, D8 and 14. RGB value is (30,216,20). Sum of RGB (Red+Green+Blue) = 30+216+20=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 216 (84.77% from 255 or 81.20% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED814 is #E127EB. Grayscale: #8A8A8A. Windows color (decimal): -14755820 or 1366046. OLE color: 1366046.

HSL color Cylindrical-coordinate representation of color #1ED814: hue angle of 116.94º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1ED814 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 216 20 -
CMYK 0.86 0 0.91 0.15
HSL 116.94º 0.83% 0.46% -
HSV(B) 116.94º 0.91% 0.85% -
XYZ 25.22 49.44 8.88 -
YUV 138.04 61.38 50.94 -
System Red Green Blue C M Y K H S L
Decimal 30 216 20 0.86 0 0.91 0.15 116.94 0.83 0.46
Hex 1E D8 14 56 0 5B F 75 53 2E
Octal 36 330 24 126 0 133 17 165 123 56
Binary 11110 11011000 10100 1010110 0 1011011 1111 1110101 1010011 101110

Color Harmonies of #1ED814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED814

Black with #1ED814

Text Example


Text Example

White with #1ED814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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