Html Css Color HEX #06FC00 Lime

📋 copy color: '#06FC00'

red 6 ◦ green 252 ◦ blue 0

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

Shades of Lime #06FC00

Tints of Lime #06FC00

RGB

 RED value IS 6 (2.73% from 255) = 2.33%

 GREEN value IS 252 (98.83% from 255) = 97.67%

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

R = 2.33%
G = 97.67%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#06FC00 (or 0x06FC00) is known color: Lime. HEX triplet: 06, FC and 00. RGB value is (6,252,0). Sum of RGB (Red+Green+Blue) = 6+252+0=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 252 (98.83% from 255 or 97.67% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 252 - color contains mainly: green. Hex color #06FC00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FC00 is #F903FF. Grayscale: #969696. Windows color (decimal): -16319488 or 64518. OLE color: 64518.

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

Color convert

RGB 6 252 0 -
CMYK 0.98 0 1 0.01
HSL 118.57º 1% 0.49% -
HSV(B) 118.57º 1% 0.99% -
XYZ 34.89 69.66 11.61 -
YUV 149.72 43.5 25.49 -
System Red Green Blue C M Y K H S L
Decimal 6 252 0 0.98 0 1 0.01 118.57 1 0.49
Hex 6 FC 0 62 0 64 1 77 64 31
Octal 6 374 0 142 0 144 1 167 144 61
Binary 110 11111100 0 1100010 0 1100100 1 1110111 1100100 110001

Color Harmonies of #06FC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FC00

Black with #06FC00

Text Example


Text Example

White with #06FC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06FC00; }

 p { color: rgb(6,252,0); }

 H1.HeaderClassName
 {
   color: #06FC00;
 }
 .AnyTagClassName
 {
   color: #06FC00;
 }
</style>

background-color css

<style>
 a { background-color: #06FC00; }

 a { background-color: rgb(6,252,0); }

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

border-color css

<style>
 span { border-color: #06FC00; }

 span { border-color: rgb(6,252,0); }

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