Html Css Color HEX #08F000 Lime

📋 copy color: '#08F000'

red 8 ◦ green 240 ◦ blue 0

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

Shades of Lime #08F000

Tints of Lime #08F000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 96.77%

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

R = 3.23%
G = 96.77%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#08F000 (or 0x08F000) is known color: Lime. HEX triplet: 08, F0 and 00. RGB value is (8,240,0). Sum of RGB (Red+Green+Blue) = 8+240+0=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 240 (94.14% from 255 or 96.77% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 240 - color contains mainly: green. Hex color #08F000 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08F000 is #F70FFF. Grayscale: #909090. Windows color (decimal): -16191488 or 61448. OLE color: 61448.

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

Color convert

RGB 8 240 0 -
CMYK 0.97 0 1 0.06
HSL 118º 1% 0.47% -
HSV(B) 118º 1% 0.94% -
XYZ 31.26 62.37 10.39 -
YUV 143.27 47.14 31.51 -
System Red Green Blue C M Y K H S L
Decimal 8 240 0 0.97 0 1 0.06 118 1 0.47
Hex 8 F0 0 61 0 64 6 76 64 2F
Octal 10 360 0 141 0 144 6 166 144 57
Binary 1000 11110000 0 1100001 0 1100100 110 1110110 1100100 101111

Color Harmonies of #08F000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F000

Black with #08F000

Text Example


Text Example

White with #08F000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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