Html Css Color HEX #1ED415 Lime Green

📋 copy color: '#1ED415'

red 30 ◦ green 212 ◦ blue 21

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

Shades of Lime Green #1ED415

Tints of Lime Green #1ED415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 80.61%

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

R = 11.41%
G = 80.61%
B = 7.98%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#1ED415 (or 0x1ED415) is known color: Lime Green. HEX triplet: 1E, D4 and 15. RGB value is (30,212,21). Sum of RGB (Red+Green+Blue) = 30+212+21=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 212 (83.20% from 255 or 80.61% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 212 - color contains mainly: green. Hex color #1ED415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED415 is #E12BEA. Grayscale: #888888. Windows color (decimal): -14756843 or 1430558. OLE color: 1430558.

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

Color convert

RGB 30 212 21 -
CMYK 0.86 0 0.90 0.17
HSL 117.17º 0.82% 0.46% -
HSV(B) 117.17º 0.9% 0.83% -
XYZ 24.21 47.42 8.59 -
YUV 135.81 63.2 52.53 -
System Red Green Blue C M Y K H S L
Decimal 30 212 21 0.86 0 0.90 0.17 117.17 0.82 0.46
Hex 1E D4 15 56 0 5A 11 75 52 2E
Octal 36 324 25 126 0 132 21 165 122 56
Binary 11110 11010100 10101 1010110 0 1011010 10001 1110101 1010010 101110

Color Harmonies of #1ED415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED415

Black with #1ED415

Text Example


Text Example

White with #1ED415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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