Html Css Color HEX #1ECC04 Lime Green

📋 copy color: '#1ECC04'

red 30 ◦ green 204 ◦ blue 4

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

Shades of Lime Green #1ECC04

Tints of Lime Green #1ECC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.68%

R = 12.61%
G = 85.71%
B = 1.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#1ECC04 (or 0x1ECC04) is known color: Lime Green. HEX triplet: 1E, CC and 04. RGB value is (30,204,4). Sum of RGB (Red+Green+Blue) = 30+204+4=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 204 (80.08% from 255 or 85.71% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECC04 is #E133FB. Grayscale: #818181. Windows color (decimal): -14758908 or 314398. OLE color: 314398.

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

Color convert

RGB 30 204 4 -
CMYK 0.85 0 0.98 0.2
HSL 112.2º 0.96% 0.41% -
HSV(B) 112.2º 0.98% 0.8% -
XYZ 22.15 43.47 7.34 -
YUV 129.17 57.35 57.26 -
System Red Green Blue C M Y K H S L
Decimal 30 204 4 0.85 0 0.98 0.2 112.2 0.96 0.41
Hex 1E CC 4 55 0 62 14 70 60 29
Octal 36 314 4 125 0 142 24 160 140 51
Binary 11110 11001100 100 1010101 0 1100010 10100 1110000 1100000 101001

Color Harmonies of #1ECC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECC04

Black with #1ECC04

Text Example


Text Example

White with #1ECC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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