Html Css Color HEX #1ED616 Lime Green

📋 copy color: '#1ED616'

red 30 ◦ green 214 ◦ blue 22

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

Shades of Lime Green #1ED616

Tints of Lime Green #1ED616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 80.45%

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

R = 11.28%
G = 80.45%
B = 8.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#1ED616 (or 0x1ED616) is known color: Lime Green. HEX triplet: 1E, D6 and 16. RGB value is (30,214,22). Sum of RGB (Red+Green+Blue) = 30+214+22=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 214 (83.98% from 255 or 80.45% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED616 is #E129E9. Grayscale: #898989. Windows color (decimal): -14756330 or 1496606. OLE color: 1496606.

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

Color convert

RGB 30 214 22 -
CMYK 0.86 0 0.90 0.16
HSL 117.5º 0.81% 0.46% -
HSV(B) 117.5º 0.9% 0.84% -
XYZ 24.73 48.43 8.8 -
YUV 137.1 63.04 51.61 -
System Red Green Blue C M Y K H S L
Decimal 30 214 22 0.86 0 0.90 0.16 117.5 0.81 0.46
Hex 1E D6 16 56 0 5A 10 76 51 2E
Octal 36 326 26 126 0 132 20 166 121 56
Binary 11110 11010110 10110 1010110 0 1011010 10000 1110110 1010001 101110

Color Harmonies of #1ED616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED616

Black with #1ED616

Text Example


Text Example

White with #1ED616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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