Html Css Color HEX #1EC010 Lime Green

📋 copy color: '#1EC010'

red 30 ◦ green 192 ◦ blue 16

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

Shades of Lime Green #1EC010

Tints of Lime Green #1EC010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 12.61%
G = 80.67%
B = 6.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#1EC010 (or 0x1EC010) is known color: Lime Green. HEX triplet: 1E, C0 and 10. RGB value is (30,192,16). Sum of RGB (Red+Green+Blue) = 30+192+16=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 192 (75.39% from 255 or 80.67% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC010 is #E13FEF. Grayscale: #7C7C7C. Windows color (decimal): -14761968 or 1097758. OLE color: 1097758.

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

Color convert

RGB 30 192 16 -
CMYK 0.84 0 0.92 0.25
HSL 115.23º 0.85% 0.41% -
HSV(B) 115.23º 0.92% 0.75% -
XYZ 19.48 38.01 6.8 -
YUV 123.5 67.33 61.31 -
System Red Green Blue C M Y K H S L
Decimal 30 192 16 0.84 0 0.92 0.25 115.23 0.85 0.41
Hex 1E C0 10 54 0 5C 19 73 55 29
Octal 36 300 20 124 0 134 31 163 125 51
Binary 11110 11000000 10000 1010100 0 1011100 11001 1110011 1010101 101001

Color Harmonies of #1EC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC010

Black with #1EC010

Text Example


Text Example

White with #1EC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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