Html Css Color HEX #08F602 Lime

📋 copy color: '#08F602'

red 8 ◦ green 246 ◦ blue 2

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

Shades of Lime #08F602

Tints of Lime #08F602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 3.13%
G = 96.09%
B = 0.78%

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

#08F602 (or 0x08F602) is known color: Lime. HEX triplet: 08, F6 and 02. RGB value is (8,246,2). Sum of RGB (Red+Green+Blue) = 8+246+2=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 246 (96.48% from 255 or 96.09% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 246 - color contains mainly: green. Hex color #08F602 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08F602 is #F709FD. Grayscale: #939393. Windows color (decimal): -16189950 or 194056. OLE color: 194056.

HSL color Cylindrical-coordinate representation of color #08F602: hue angle of 118.52º 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 #08F602 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

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

Color Harmonies of #08F602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F602

Black with #08F602

Text Example


Text Example

White with #08F602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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