Html Css Color HEX #1ECB00 Lime Green

📋 copy color: '#1ECB00'

red 30 ◦ green 203 ◦ blue 0

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

Shades of Lime Green #1ECB00

Tints of Lime Green #1ECB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 12.88%
G = 87.12%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#1ECB00 (or 0x1ECB00) is known color: Lime Green. HEX triplet: 1E, CB and 00. RGB value is (30,203,0). Sum of RGB (Red+Green+Blue) = 30+203+0=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 203 (79.69% from 255 or 87.12% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECB00 is #E134FF. Grayscale: #808080. Windows color (decimal): -14759168 or 51998. OLE color: 51998.

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

Color convert

RGB 30 203 0 -
CMYK 0.85 0 1 0.20
HSL 111.13º 1% 0.4% -
HSV(B) 111.13º 1% 0.8% -
XYZ 21.89 42.99 7.14 -
YUV 128.13 55.69 58.01 -
System Red Green Blue C M Y K H S L
Decimal 30 203 0 0.85 0 1 0.20 111.13 1 0.4
Hex 1E CB 0 55 0 64 14 6F 64 28
Octal 36 313 0 125 0 144 24 157 144 50
Binary 11110 11001011 0 1010101 0 1100100 10100 1101111 1100100 101000

Color Harmonies of #1ECB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECB00

Black with #1ECB00

Text Example


Text Example

White with #1ECB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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