Html Css Color HEX #08F603 Lime

📋 copy color: '#08F603'

red 8 ◦ green 246 ◦ blue 3

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

Shades of Lime #08F603

Tints of Lime #08F603

RGB

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

 GREEN value IS 246 (96.48% from 255) = 95.72%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 3.11%
G = 95.72%
B = 1.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#08F603 (or 0x08F603) is known color: Lime. HEX triplet: 08, F6 and 03. RGB value is (8,246,3). Sum of RGB (Red+Green+Blue) = 8+246+3=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 246 (96.48% from 255 or 95.72% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 246 - color contains mainly: green. Hex color #08F603 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08F603 is #F709FC. Grayscale: #939393. Windows color (decimal): -16189949 or 259592. OLE color: 259592.

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

Color convert

RGB 8 246 3 -
CMYK 0.97 0 0.99 0.04
HSL 118.77º 0.98% 0.49% -
HSV(B) 118.77º 0.99% 0.96% -
XYZ 33.07 65.97 11.08 -
YUV 147.14 46.65 28.76 -
System Red Green Blue C M Y K H S L
Decimal 8 246 3 0.97 0 0.99 0.04 118.77 0.98 0.49
Hex 8 F6 3 61 0 63 4 77 62 31
Octal 10 366 3 141 0 143 4 167 142 61
Binary 1000 11110110 11 1100001 0 1100011 100 1110111 1100010 110001

Color Harmonies of #08F603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F603

Black with #08F603

Text Example


Text Example

White with #08F603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,246,3); }

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

background-color css

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

 a { background-color: rgb(8,246,3); }

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

border-color css

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

 span { border-color: rgb(8,246,3); }

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