Html Css Color HEX #08FA02 Lime

📋 copy color: '#08FA02'

red 8 ◦ green 250 ◦ blue 2

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

Shades of Lime #08FA02

Tints of Lime #08FA02

RGB

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

 GREEN value IS 250 (98.05% from 255) = 96.15%

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

R = 3.08%
G = 96.15%
B = 0.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#08FA02 (or 0x08FA02) is known color: Lime. HEX triplet: 08, FA and 02. RGB value is (8,250,2). Sum of RGB (Red+Green+Blue) = 8+250+2=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 250 (98.05% from 255 or 96.15% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 250 - color contains mainly: green. Hex color #08FA02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08FA02 is #F705FD. Grayscale: #969696. Windows color (decimal): -16188926 or 195080. OLE color: 195080.

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

Color convert

RGB 8 250 2 -
CMYK 0.97 0 0.99 0.02
HSL 118.55º 0.98% 0.49% -
HSV(B) 118.55º 0.99% 0.98% -
XYZ 34.3 68.43 11.46 -
YUV 149.37 44.83 27.17 -
System Red Green Blue C M Y K H S L
Decimal 8 250 2 0.97 0 0.99 0.02 118.55 0.98 0.49
Hex 8 FA 2 61 0 63 2 77 62 31
Octal 10 372 2 141 0 143 2 167 142 61
Binary 1000 11111010 10 1100001 0 1100011 10 1110111 1100010 110001

Color Harmonies of #08FA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FA02

Black with #08FA02

Text Example


Text Example

White with #08FA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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