#08FE01

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

Shades of Lime #08FE01

Tints of Lime #08FE01

Color information

#08FE01 (or 0x08FE01) is unknown color: approx Lime. HEX triplet: 08, FE and 01. RGB value is (8,254,1). Sum of RGB (Red+Green+Blue) = 8+254+1=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 254 (99.61% from 255 or 96.58% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 254 - color contains mainly: green. Hex color #08FE01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08FE01 is #F701FE. Grayscale: #989898. Windows color (decimal): -16187903 or 130568. OLE color: 130568.

HSL color Cylindrical-coordinate representation of color #08FE01: hue angle of 118.34º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08FE01 is Cyan = 0.97, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.

Color convert

RGB82541-
CMYK0.9701.000.00
HSL118.34º99.22%50%-
HSV(B)118.34º99.61%99.61%-
XYZ35.5570.9411.85-
YUV151.64325.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.04%
GREEN value IS 254 (99.61% from 255) = 96.58%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=3.04%
G=96.58%
B=0.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal825410.9701.000.00118.3499.2250
Hex8FE1610640766332
Octal1037611410144016614362
Binary1000111111101110000101100100011101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08FE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08FE01; }

 p { color: rgb(8,254,1); }

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

<style>
 a { background-color: #08FE01; }

 a { background-color: rgb(8,254,1); }

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

<style>
 span { border-color: #08FE01; }

 span { border-color: rgb(8,254,1); }

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