Html Css Color HEX #03EC00 Lime

📋 copy color: '#03EC00'

red 3 ◦ green 236 ◦ blue 0

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

Shades of Lime #03EC00

Tints of Lime #03EC00

RGB

 RED value IS 3 (1.56% from 255) = 1.26%

 GREEN value IS 236 (92.58% from 255) = 98.74%

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

R = 1.26%
G = 98.74%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#03EC00 (or 0x03EC00) is known color: Lime. HEX triplet: 03, EC and 00. RGB value is (3,236,0). Sum of RGB (Red+Green+Blue) = 3+236+0=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 236 (92.58% from 255 or 98.74% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 236 - color contains mainly: green. Hex color #03EC00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03EC00 is #FC13FF. Grayscale: #8C8C8C. Windows color (decimal): -16520192 or 60419. OLE color: 60419.

HSL color Cylindrical-coordinate representation of color #03EC00: hue angle of 119.24º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03EC00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 236 0 -
CMYK 0.99 0 1 0.07
HSL 119.24º 1% 0.46% -
HSV(B) 119.24º 1% 0.93% -
XYZ 30.03 60.01 10 -
YUV 139.43 49.31 30.69 -
System Red Green Blue C M Y K H S L
Decimal 3 236 0 0.99 0 1 0.07 119.24 1 0.46
Hex 3 EC 0 63 0 64 7 77 64 2E
Octal 3 354 0 143 0 144 7 167 144 56
Binary 11 11101100 0 1100011 0 1100100 111 1110111 1100100 101110

Color Harmonies of #03EC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EC00

Black with #03EC00

Text Example


Text Example

White with #03EC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03EC00; }

 p { color: rgb(3,236,0); }

 H1.HeaderClassName
 {
   color: #03EC00;
 }
 .AnyTagClassName
 {
   color: #03EC00;
 }
</style>

background-color css

<style>
 a { background-color: #03EC00; }

 a { background-color: rgb(3,236,0); }

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

border-color css

<style>
 span { border-color: #03EC00; }

 span { border-color: rgb(3,236,0); }

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