Html Css Color HEX #03FF05 Lime

📋 copy color: '#03FF05'

red 3 ◦ green 255 ◦ blue 5

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

Shades of Lime #03FF05

Tints of Lime #03FF05

RGB

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

 GREEN value IS 255 (100% from 255) = 96.96%

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

R = 1.14%
G = 96.96%
B = 1.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#03FF05 (or 0x03FF05) is known color: Lime. HEX triplet: 03, FF and 05. RGB value is (3,255,5). Sum of RGB (Red+Green+Blue) = 3+255+5=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 255 (100% from 255 or 96.96% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FF05 is #FC00FA. Grayscale: #979797. Windows color (decimal): -16515323 or 392963. OLE color: 392963.

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

Color convert

RGB 3 255 5 -
CMYK 0.99 0 0.98 0
HSL 120.48º 1% 0.51% -
HSV(B) 120.48º 0.99% 1% -
XYZ 35.82 71.55 12.07 -
YUV 151.15 45.51 22.33 -
System Red Green Blue C M Y K H S L
Decimal 3 255 5 0.99 0 0.98 0 120.48 1 0.51
Hex 3 FF 5 63 0 62 0 78 64 33
Octal 3 377 5 143 0 142 0 170 144 63
Binary 11 11111111 101 1100011 0 1100010 0 1111000 1100100 110011

Color Harmonies of #03FF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FF05

Black with #03FF05

Text Example


Text Example

White with #03FF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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