Html Css Color HEX #08F303 Lime

📋 copy color: '#08F303'

red 8 ◦ green 243 ◦ blue 3

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

Shades of Lime #08F303

Tints of Lime #08F303

RGB

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

 GREEN value IS 243 (95.31% from 255) = 95.67%

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

R = 3.15%
G = 95.67%
B = 1.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#08F303 (or 0x08F303) is known color: Lime. HEX triplet: 08, F3 and 03. RGB value is (8,243,3). Sum of RGB (Red+Green+Blue) = 8+243+3=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 243 (95.31% from 255 or 95.67% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 243 - color contains mainly: green. Hex color #08F303 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08F303 is #F70CFC. Grayscale: #929292. Windows color (decimal): -16190717 or 258824. OLE color: 258824.

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

Color convert

RGB 8 243 3 -
CMYK 0.97 0 0.99 0.05
HSL 118.75º 0.98% 0.48% -
HSV(B) 118.75º 0.99% 0.95% -
XYZ 32.17 64.16 10.77 -
YUV 145.38 47.64 30.01 -
System Red Green Blue C M Y K H S L
Decimal 8 243 3 0.97 0 0.99 0.05 118.75 0.98 0.48
Hex 8 F3 3 61 0 63 5 77 62 30
Octal 10 363 3 141 0 143 5 167 142 60
Binary 1000 11110011 11 1100001 0 1100011 101 1110111 1100010 110000

Color Harmonies of #08F303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F303

Black with #08F303

Text Example


Text Example

White with #08F303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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