Html Css Color HEX #08FB00 Lime

📋 copy color: '#08FB00'

red 8 ◦ green 251 ◦ blue 0

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

Shades of Lime #08FB00

Tints of Lime #08FB00

RGB

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

 GREEN value IS 251 (98.44% from 255) = 96.91%

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

R = 3.09%
G = 96.91%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#08FB00 (or 0x08FB00) is known color: Lime. HEX triplet: 08, FB and 00. RGB value is (8,251,0). Sum of RGB (Red+Green+Blue) = 8+251+0=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 251 (98.44% from 255 or 96.91% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 251 - color contains mainly: green. Hex color #08FB00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08FB00 is #F704FF. Grayscale: #969696. Windows color (decimal): -16188672 or 64264. OLE color: 64264.

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

Color convert

RGB 8 251 0 -
CMYK 0.97 0 1 0.02
HSL 118.09º 1% 0.49% -
HSV(B) 118.09º 1% 0.98% -
XYZ 34.6 69.05 11.5 -
YUV 149.73 43.49 26.91 -
System Red Green Blue C M Y K H S L
Decimal 8 251 0 0.97 0 1 0.02 118.09 1 0.49
Hex 8 FB 0 61 0 64 2 76 64 31
Octal 10 373 0 141 0 144 2 166 144 61
Binary 1000 11111011 0 1100001 0 1100100 10 1110110 1100100 110001

Color Harmonies of #08FB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FB00

Black with #08FB00

Text Example


Text Example

White with #08FB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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