Html Css Color HEX #1ED516 Lime Green

📋 copy color: '#1ED516'

red 30 ◦ green 213 ◦ blue 22

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

Shades of Lime Green #1ED516

Tints of Lime Green #1ED516

RGB

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

 GREEN value IS 213 (83.59% from 255) = 80.38%

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

R = 11.32%
G = 80.38%
B = 8.3%

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

#1ED516 (or 0x1ED516) is known color: Lime Green. HEX triplet: 1E, D5 and 16. RGB value is (30,213,22). Sum of RGB (Red+Green+Blue) = 30+213+22=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 213 (83.59% from 255 or 80.38% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED516 is #E12AE9. Grayscale: #898989. Windows color (decimal): -14756586 or 1496350. OLE color: 1496350.

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

Color convert

RGB 30 213 22 -
CMYK 0.86 0 0.90 0.16
HSL 117.49º 0.81% 0.46% -
HSV(B) 117.49º 0.9% 0.84% -
XYZ 24.47 47.92 8.72 -
YUV 136.51 63.37 52.03 -
System Red Green Blue C M Y K H S L
Decimal 30 213 22 0.86 0 0.90 0.16 117.49 0.81 0.46
Hex 1E D5 16 56 0 5A 10 75 51 2E
Octal 36 325 26 126 0 132 20 165 121 56
Binary 11110 11010101 10110 1010110 0 1011010 10000 1110101 1010001 101110

Color Harmonies of #1ED516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED516

Black with #1ED516

Text Example


Text Example

White with #1ED516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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