Html Css Color HEX #08F200 Lime

📋 copy color: '#08F200'

red 8 ◦ green 242 ◦ blue 0

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

Shades of Lime #08F200

Tints of Lime #08F200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 96.8%

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

R = 3.2%
G = 96.8%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#08F200 (or 0x08F200) is known color: Lime. HEX triplet: 08, F2 and 00. RGB value is (8,242,0). Sum of RGB (Red+Green+Blue) = 8+242+0=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 242 (94.92% from 255 or 96.8% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 242 - color contains mainly: green. Hex color #08F200 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08F200 is #F70DFF. Grayscale: #919191. Windows color (decimal): -16190976 or 61960. OLE color: 61960.

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

Color convert

RGB 8 242 0 -
CMYK 0.97 0 1 0.05
HSL 118.02º 1% 0.47% -
HSV(B) 118.02º 1% 0.95% -
XYZ 31.85 63.56 10.59 -
YUV 144.45 46.48 30.68 -
System Red Green Blue C M Y K H S L
Decimal 8 242 0 0.97 0 1 0.05 118.02 1 0.47
Hex 8 F2 0 61 0 64 5 76 64 2F
Octal 10 362 0 141 0 144 5 166 144 57
Binary 1000 11110010 0 1100001 0 1100100 101 1110110 1100100 101111

Color Harmonies of #08F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F200

Black with #08F200

Text Example


Text Example

White with #08F200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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