Html Css Color HEX #1ED914 Lime Green

📋 copy color: '#1ED914'

red 30 ◦ green 217 ◦ blue 20

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

Shades of Lime Green #1ED914

Tints of Lime Green #1ED914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 81.27%

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

R = 11.24%
G = 81.27%
B = 7.49%

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

#1ED914 (or 0x1ED914) is known color: Lime Green. HEX triplet: 1E, D9 and 14. RGB value is (30,217,20). Sum of RGB (Red+Green+Blue) = 30+217+20=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 217 (85.16% from 255 or 81.27% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED914 is #E126EB. Grayscale: #8B8B8B. Windows color (decimal): -14755564 or 1366302. OLE color: 1366302.

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

Color convert

RGB 30 217 20 -
CMYK 0.86 0 0.91 0.15
HSL 116.95º 0.83% 0.46% -
HSV(B) 116.95º 0.91% 0.85% -
XYZ 25.47 49.95 8.96 -
YUV 138.63 61.05 50.52 -
System Red Green Blue C M Y K H S L
Decimal 30 217 20 0.86 0 0.91 0.15 116.95 0.83 0.46
Hex 1E D9 14 56 0 5B F 75 53 2E
Octal 36 331 24 126 0 133 17 165 123 56
Binary 11110 11011001 10100 1010110 0 1011011 1111 1110101 1010011 101110

Color Harmonies of #1ED914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED914

Black with #1ED914

Text Example


Text Example

White with #1ED914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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