Html Css Color HEX #08FC03 Lime

📋 copy color: '#08FC03'

red 8 ◦ green 252 ◦ blue 3

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

Shades of Lime #08FC03

Tints of Lime #08FC03

RGB

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

 GREEN value IS 252 (98.83% from 255) = 95.82%

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

R = 3.04%
G = 95.82%
B = 1.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#08FC03 (or 0x08FC03) is known color: Lime. HEX triplet: 08, FC and 03. RGB value is (8,252,3). Sum of RGB (Red+Green+Blue) = 8+252+3=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 252 (98.83% from 255 or 95.82% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 252 - color contains mainly: green. Hex color #08FC03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08FC03 is #F703FC. Grayscale: #979797. Windows color (decimal): -16188413 or 261128. OLE color: 261128.

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

Color convert

RGB 8 252 3 -
CMYK 0.97 0 0.99 0.01
HSL 118.8º 0.98% 0.5% -
HSV(B) 118.8º 0.99% 0.99% -
XYZ 34.93 69.68 11.69 -
YUV 150.66 44.66 26.25 -
System Red Green Blue C M Y K H S L
Decimal 8 252 3 0.97 0 0.99 0.01 118.8 0.98 0.5
Hex 8 FC 3 61 0 63 1 77 62 32
Octal 10 374 3 141 0 143 1 167 142 62
Binary 1000 11111100 11 1100001 0 1100011 1 1110111 1100010 110010

Color Harmonies of #08FC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FC03

Black with #08FC03

Text Example


Text Example

White with #08FC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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