Html Css Color HEX #03FB05 Lime

📋 copy color: '#03FB05'

red 3 ◦ green 251 ◦ blue 5

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

Shades of Lime #03FB05

Tints of Lime #03FB05

RGB

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

 GREEN value IS 251 (98.44% from 255) = 96.91%

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

R = 1.16%
G = 96.91%
B = 1.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#03FB05 (or 0x03FB05) is known color: Lime. HEX triplet: 03, FB and 05. RGB value is (3,251,5). Sum of RGB (Red+Green+Blue) = 3+251+5=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 251 (98.44% from 255 or 96.91% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 251 - color contains mainly: green. Hex color #03FB05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FB05 is #FC04FA. Grayscale: #959595. Windows color (decimal): -16516347 or 391939. OLE color: 391939.

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

Color convert

RGB 3 251 5 -
CMYK 0.99 0 0.98 0.02
HSL 120.48º 0.98% 0.5% -
HSV(B) 120.48º 0.99% 0.98% -
XYZ 34.56 69.02 11.65 -
YUV 148.8 46.84 24 -
System Red Green Blue C M Y K H S L
Decimal 3 251 5 0.99 0 0.98 0.02 120.48 0.98 0.5
Hex 3 FB 5 63 0 62 2 78 62 32
Octal 3 373 5 143 0 142 2 170 142 62
Binary 11 11111011 101 1100011 0 1100010 10 1111000 1100010 110010

Color Harmonies of #03FB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FB05

Black with #03FB05

Text Example


Text Example

White with #03FB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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