Html Css Color HEX #1ECC0C Lime Green

📋 copy color: '#1ECC0C'

red 30 ◦ green 204 ◦ blue 12

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

Shades of Lime Green #1ECC0C

Tints of Lime Green #1ECC0C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 82.93%

 BLUE value IS 12 (5.08% from 255) = 4.88%

R = 12.2%
G = 82.93%
B = 4.88%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#1ECC0C (or 0x1ECC0C) is known color: Lime Green. HEX triplet: 1E, CC and 0C. RGB value is (30,204,12). Sum of RGB (Red+Green+Blue) = 30+204+12=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 204 (80.08% from 255 or 82.93% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECC0C is #E133F3. Grayscale: #828282. Windows color (decimal): -14758900 or 838686. OLE color: 838686.

HSL color Cylindrical-coordinate representation of color #1ECC0C: hue angle of 114.38º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1ECC0C is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 30 204 12 -
CMYK 0.85 0 0.94 0.2
HSL 114.38º 0.89% 0.42% -
HSV(B) 114.38º 0.94% 0.8% -
XYZ 22.19 43.49 7.57 -
YUV 130.09 61.35 56.61 -
System Red Green Blue C M Y K H S L
Decimal 30 204 12 0.85 0 0.94 0.2 114.38 0.89 0.42
Hex 1E CC C 55 0 5E 14 72 59 2A
Octal 36 314 14 125 0 136 24 162 131 52
Binary 11110 11001100 1100 1010101 0 1011110 10100 1110010 1011001 101010

Color Harmonies of #1ECC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECC0C

Black with #1ECC0C

Text Example


Text Example

White with #1ECC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,204,12); }

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

background-color css

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

 a { background-color: rgb(30,204,12); }

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

border-color css

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

 span { border-color: rgb(30,204,12); }

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