Html Css Color HEX #08F805 Lime

📋 copy color: '#08F805'

red 8 ◦ green 248 ◦ blue 5

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

Shades of Lime #08F805

Tints of Lime #08F805

RGB

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

 GREEN value IS 248 (97.27% from 255) = 95.02%

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 3.07%
G = 95.02%
B = 1.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#08F805 (or 0x08F805) is known color: Lime. HEX triplet: 08, F8 and 05. RGB value is (8,248,5). Sum of RGB (Red+Green+Blue) = 8+248+5=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 248 (97.27% from 255 or 95.02% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 248 - color contains mainly: green. Hex color #08F805 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08F805 is #F707FA. Grayscale: #959595. Windows color (decimal): -16189435 or 391176. OLE color: 391176.

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

Color convert

RGB 8 248 5 -
CMYK 0.97 0 0.98 0.03
HSL 119.26º 0.96% 0.5% -
HSV(B) 119.26º 0.98% 0.97% -
XYZ 33.69 67.2 11.34 -
YUV 148.54 46.99 27.76 -
System Red Green Blue C M Y K H S L
Decimal 8 248 5 0.97 0 0.98 0.03 119.26 0.96 0.5
Hex 8 F8 5 61 0 62 3 77 60 32
Octal 10 370 5 141 0 142 3 167 140 62
Binary 1000 11111000 101 1100001 0 1100010 11 1110111 1100000 110010

Color Harmonies of #08F805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F805

Black with #08F805

Text Example


Text Example

White with #08F805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,248,5); }

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

background-color css

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

 a { background-color: rgb(8,248,5); }

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

border-color css

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

 span { border-color: rgb(8,248,5); }

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