#00FB02

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

Shades of Lime #00FB02

Tints of Lime #00FB02

Color information

#00FB02 (or 0x00FB02) is unknown color: approx Lime. HEX triplet: 00, FB and 02. RGB value is (0,251,2). Sum of RGB (Red+Green+Blue) = 0+251+2=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 251 (98.44% from 255 or 99.21% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 251 - color contains mainly: green. Hex color #00FB02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00FB02 is #FF04FD. Grayscale: #949494. Windows color (decimal): -16712958 or 195328. OLE color: 195328.

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

Color convert

RGB02512-
CMYK100.990.02
HSL120.48º100%49.22%-
HSV(B)120.48º100%98.43%-
XYZ34.516911.56-
YUV147.5645.8422.75-

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) = 99.21%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=0%
G=99.21%
B=0.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal02512100.990.02120.4810049.22
Hex0FB2640632786431
Octal037321440143217014461
Binary011111011101100100011000111011110001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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