Html Css Color HEX #03FC05 Lime

📋 copy color: '#03FC05'

red 3 ◦ green 252 ◦ blue 5

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

Shades of Lime #03FC05

Tints of Lime #03FC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 1.15%
G = 96.92%
B = 1.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#03FC05 (or 0x03FC05) is known color: Lime. HEX triplet: 03, FC and 05. RGB value is (3,252,5). Sum of RGB (Red+Green+Blue) = 3+252+5=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 252 (98.83% from 255 or 96.92% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 252 - color contains mainly: green. Hex color #03FC05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FC05 is #FC03FA. Grayscale: #969696. Windows color (decimal): -16516091 or 392195. OLE color: 392195.

HSL color Cylindrical-coordinate representation of color #03FC05: hue angle of 120.48º 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 #03FC05 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 252 5 -
CMYK 0.99 0 0.98 0.01
HSL 120.48º 0.98% 0.5% -
HSV(B) 120.48º 0.99% 0.99% -
XYZ 34.88 69.65 11.75 -
YUV 149.39 46.51 23.58 -
System Red Green Blue C M Y K H S L
Decimal 3 252 5 0.99 0 0.98 0.01 120.48 0.98 0.5
Hex 3 FC 5 63 0 62 1 78 62 32
Octal 3 374 5 143 0 142 1 170 142 62
Binary 11 11111100 101 1100011 0 1100010 1 1111000 1100010 110010

Color Harmonies of #03FC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FC05

Black with #03FC05

Text Example


Text Example

White with #03FC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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