Html Css Color HEX #1ED013 Lime Green

📋 copy color: '#1ED013'

red 30 ◦ green 208 ◦ blue 19

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

Shades of Lime Green #1ED013

Tints of Lime Green #1ED013

RGB

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

 GREEN value IS 208 (81.64% from 255) = 80.93%

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 11.67%
G = 80.93%
B = 7.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#1ED013 (or 0x1ED013) is known color: Lime Green. HEX triplet: 1E, D0 and 13. RGB value is (30,208,19). Sum of RGB (Red+Green+Blue) = 30+208+19=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 208 (81.64% from 255 or 80.93% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED013 is #E12FEC. Grayscale: #858585. Windows color (decimal): -14757869 or 1298462. OLE color: 1298462.

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

Color convert

RGB 30 208 19 -
CMYK 0.86 0 0.91 0.18
HSL 116.51º 0.83% 0.45% -
HSV(B) 116.51º 0.91% 0.82% -
XYZ 23.21 45.43 8.16 -
YUV 133.23 63.53 54.37 -
System Red Green Blue C M Y K H S L
Decimal 30 208 19 0.86 0 0.91 0.18 116.51 0.83 0.45
Hex 1E D0 13 56 0 5B 12 75 53 2D
Octal 36 320 23 126 0 133 22 165 123 55
Binary 11110 11010000 10011 1010110 0 1011011 10010 1110101 1010011 101101

Color Harmonies of #1ED013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED013

Black with #1ED013

Text Example


Text Example

White with #1ED013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,208,19); }

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

background-color css

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

 a { background-color: rgb(30,208,19); }

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

border-color css

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

 span { border-color: rgb(30,208,19); }

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