Html Css Color HEX #1ECB0C Lime Green

📋 copy color: '#1ECB0C'

red 30 ◦ green 203 ◦ blue 12

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

Shades of Lime Green #1ECB0C

Tints of Lime Green #1ECB0C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 82.86%

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

R = 12.24%
G = 82.86%
B = 4.9%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#1ECB0C (or 0x1ECB0C) is known color: Lime Green. HEX triplet: 1E, CB and 0C. RGB value is (30,203,12). Sum of RGB (Red+Green+Blue) = 30+203+12=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 203 (79.69% from 255 or 82.86% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECB0C is #E134F3. Grayscale: #828282. Windows color (decimal): -14759156 or 838430. OLE color: 838430.

HSL color Cylindrical-coordinate representation of color #1ECB0C: hue angle of 114.35º 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 #1ECB0C is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 203 12 -
CMYK 0.85 0 0.94 0.20
HSL 114.35º 0.89% 0.42% -
HSV(B) 114.35º 0.94% 0.8% -
XYZ 21.96 43.01 7.49 -
YUV 129.5 61.69 57.03 -
System Red Green Blue C M Y K H S L
Decimal 30 203 12 0.85 0 0.94 0.20 114.35 0.89 0.42
Hex 1E CB C 55 0 5E 14 72 59 2A
Octal 36 313 14 125 0 136 24 162 131 52
Binary 11110 11001011 1100 1010101 0 1011110 10100 1110010 1011001 101010

Color Harmonies of #1ECB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECB0C

Black with #1ECB0C

Text Example


Text Example

White with #1ECB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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