#03FB00

Color #03FB00 Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime #03FB00

Tints of Lime #03FB00

Color information

#03FB00 (or 0x03FB00) is unknown color: approx Lime. HEX triplet: 03, FB and 00. RGB value is (3,251,0). Sum of RGB (Red+Green+Blue) = 3+251+0=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 251 (98.44% from 255 or 98.82% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 251 - color contains mainly: green. Hex color #03FB00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FB00 is #FC04FF. Grayscale: #949494. Windows color (decimal): -16516352 or 64259. OLE color: 64259.

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

Color convert

RGB32510-
CMYK0.99010.02
HSL119.28º100%49.22%-
HSV(B)119.28º100%98.43%-
XYZ34.5369.0111.5-
YUV148.2344.3424.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.18%
GREEN value IS 251 (98.44% from 255) = 98.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.18%
G=98.82%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal325100.99010.02119.2810049.22
Hex3FB0630642776431
Octal337301430144216714461
Binary111111101101100011011001001011101111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03FB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03FB00;
 }
 .AnyTagClassName
 {
   color: #03FB00;
 }
</style>
background-color css

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

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

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

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

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

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