Html Css Color HEX #03FC08 Lime

📋 copy color: '#03FC08'

red 3 ◦ green 252 ◦ blue 8

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

Shades of Lime #03FC08

Tints of Lime #03FC08

RGB

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

 GREEN value IS 252 (98.83% from 255) = 95.82%

 BLUE value IS 8 (3.52% from 255) = 3.04%

R = 1.14%
G = 95.82%
B = 3.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#03FC08 (or 0x03FC08) is known color: Lime. HEX triplet: 03, FC and 08. RGB value is (3,252,8). Sum of RGB (Red+Green+Blue) = 3+252+8=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 252 (98.83% from 255 or 95.82% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 252 - color contains mainly: green. Hex color #03FC08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FC08 is #FC03F7. Grayscale: #969696. Windows color (decimal): -16516088 or 588803. OLE color: 588803.

HSL color Cylindrical-coordinate representation of color #03FC08: hue angle of 121.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FC08 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 252 8 -
CMYK 0.99 0 0.97 0.01
HSL 121.2º 0.98% 0.5% -
HSV(B) 121.2º 0.99% 0.99% -
XYZ 34.89 69.66 11.84 -
YUV 149.73 48.01 23.34 -
System Red Green Blue C M Y K H S L
Decimal 3 252 8 0.99 0 0.97 0.01 121.2 0.98 0.5
Hex 3 FC 8 63 0 61 1 79 62 32
Octal 3 374 10 143 0 141 1 171 142 62
Binary 11 11111100 1000 1100011 0 1100001 1 1111001 1100010 110010

Color Harmonies of #03FC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FC08

Black with #03FC08

Text Example


Text Example

White with #03FC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,252,8); }

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

background-color css

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

 a { background-color: rgb(3,252,8); }

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

border-color css

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

 span { border-color: rgb(3,252,8); }

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