Html Css Color HEX #1EC013 Lime Green

📋 copy color: '#1EC013'

red 30 ◦ green 192 ◦ blue 19

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

Shades of Lime Green #1EC013

Tints of Lime Green #1EC013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 79.67%

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

R = 12.45%
G = 79.67%
B = 7.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#1EC013 (or 0x1EC013) is known color: Lime Green. HEX triplet: 1E, C0 and 13. RGB value is (30,192,19). Sum of RGB (Red+Green+Blue) = 30+192+19=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC013 is #E13FEC. Grayscale: #7C7C7C. Windows color (decimal): -14761965 or 1294366. OLE color: 1294366.

HSL color Cylindrical-coordinate representation of color #1EC013: hue angle of 116.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EC013 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 192 19 -
CMYK 0.84 0 0.90 0.25
HSL 116.19º 0.82% 0.41% -
HSV(B) 116.19º 0.9% 0.75% -
XYZ 19.5 38.02 6.93 -
YUV 123.84 68.83 61.07 -
System Red Green Blue C M Y K H S L
Decimal 30 192 19 0.84 0 0.90 0.25 116.19 0.82 0.41
Hex 1E C0 13 54 0 5A 19 74 52 29
Octal 36 300 23 124 0 132 31 164 122 51
Binary 11110 11000000 10011 1010100 0 1011010 11001 1110100 1010010 101001

Color Harmonies of #1EC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC013

Black with #1EC013

Text Example


Text Example

White with #1EC013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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