#00FB03

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

Shades of Lime #00FB03

Tints of Lime #00FB03

Color information

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

HSL color Cylindrical-coordinate representation of color #00FB03: hue angle of 120.72º 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 #00FB03 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB02513-
CMYK100.990.02
HSL120.72º100%49.22%-
HSV(B)120.72º100%98.43%-
XYZ34.516911.59-
YUV147.6846.3422.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal02513100.990.02120.7210049.22
Hex0FB3640632796431
Octal037331440143217114461
Binary011111011111100100011000111011110011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FB03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00FB03; }

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

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

<style>
 a { background-color: #00FB03; }

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

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

<style>
 span { border-color: #00FB03; }

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

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