#05FF00

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

Shades of Lime #05FF00

Tints of Lime #05FF00

Color information

#05FF00 (or 0x05FF00) is unknown color: approx Lime. HEX triplet: 05, FF and 00. RGB value is (5,255,0). Sum of RGB (Red+Green+Blue) = 5+255+0=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 255 (100% from 255 or 98.08% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FF00 is #FA00FF. Grayscale: #979797. Windows color (decimal): -16384256 or 65285. OLE color: 65285.

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

Color convert

RGB52550-
CMYK0.98010
HSL118.82º100%50%-
HSV(B)118.82º100%100%-
XYZ35.8271.5511.92-
YUV151.1842.6823.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.92%
GREEN value IS 255 (100% from 255) = 98.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.92%
G=98.08%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal525500.98010118.8210050
Hex5FF0620640776432
Octal537701420144016714462
Binary101111111110110001001100100011101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05FF00; }

 p { color: rgb(5,255,0); }

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

<style>
 a { background-color: #05FF00; }

 a { background-color: rgb(5,255,0); }

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

<style>
 span { border-color: #05FF00; }

 span { border-color: rgb(5,255,0); }

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