Html Css Color HEX #08FE00 Lime

📋 copy color: '#08FE00'

red 8 ◦ green 254 ◦ blue 0

#08FE00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime #08FE00

Tints of Lime #08FE00

RGB

 RED value IS 8 (3.52% from 255) = 3.05%

 GREEN value IS 254 (99.61% from 255) = 96.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.05%
G = 96.95%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#08FE00 (or 0x08FE00) is known color: Lime. HEX triplet: 08, FE and 00. RGB value is (8,254,0). Sum of RGB (Red+Green+Blue) = 8+254+0=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 254 (99.61% from 255 or 96.95% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 254 - color contains mainly: green. Hex color #08FE00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08FE00 is #F701FF. Grayscale: #989898. Windows color (decimal): -16187904 or 65032. OLE color: 65032.

HSL color Cylindrical-coordinate representation of color #08FE00: hue angle of 118.11º 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 #08FE00 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB 8 254 0 -
CMYK 0.97 0 1 0.00
HSL 118.11º 1% 0.5% -
HSV(B) 118.11º 1% 1% -
XYZ 35.54 70.94 11.82 -
YUV 151.49 42.5 25.65 -
System Red Green Blue C M Y K H S L
Decimal 8 254 0 0.97 0 1 0.00 118.11 1 0.5
Hex 8 FE 0 61 0 64 0 76 64 32
Octal 10 376 0 141 0 144 0 166 144 62
Binary 1000 11111110 0 1100001 0 1100100 0 1110110 1100100 110010

Color Harmonies of #08FE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FE00

Black with #08FE00

Text Example


Text Example

White with #08FE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08FE00;
 }
 .AnyTagClassName
 {
   color: #08FE00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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