#04FB00

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

Shades of Lime #04FB00

Tints of Lime #04FB00

Color information

#04FB00 (or 0x04FB00) is unknown color: approx Lime. HEX triplet: 04, FB and 00. RGB value is (4,251,0). Sum of RGB (Red+Green+Blue) = 4+251+0=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 251 (98.44% from 255 or 98.43% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 251 - color contains mainly: green. Hex color #04FB00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FB00 is #FB04FF. Grayscale: #959595. Windows color (decimal): -16450816 or 64260. OLE color: 64260.

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

Color convert

RGB42510-
CMYK0.98010.02
HSL119.04º100%49.22%-
HSV(B)119.04º100%98.43%-
XYZ34.5569.0211.5-
YUV148.5344.1724.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.57%
GREEN value IS 251 (98.44% from 255) = 98.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.57%
G=98.43%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal425100.98010.02119.0410049.22
Hex4FB0620642776431
Octal437301420144216714461
Binary1001111101101100010011001001011101111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04FB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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