Html Css Color HEX #06F801 Lime

📋 copy color: '#06F801'

red 6 ◦ green 248 ◦ blue 1

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

Shades of Lime #06F801

Tints of Lime #06F801

RGB

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

 GREEN value IS 248 (97.27% from 255) = 97.25%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 2.35%
G = 97.25%
B = 0.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#06F801 (or 0x06F801) is known color: Lime. HEX triplet: 06, F8 and 01. RGB value is (6,248,1). Sum of RGB (Red+Green+Blue) = 6+248+1=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 248 (97.27% from 255 or 97.25% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 248 - color contains mainly: green. Hex color #06F801 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06F801 is #F907FE. Grayscale: #949494. Windows color (decimal): -16320511 or 129030. OLE color: 129030.

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

Color convert

RGB 6 248 1 -
CMYK 0.98 0 1.00 0.03
HSL 118.79º 0.99% 0.49% -
HSV(B) 118.79º 1% 0.97% -
XYZ 33.65 67.18 11.22 -
YUV 147.48 45.33 27.08 -
System Red Green Blue C M Y K H S L
Decimal 6 248 1 0.98 0 1.00 0.03 118.79 0.99 0.49
Hex 6 F8 1 62 0 64 3 77 63 31
Octal 6 370 1 142 0 144 3 167 143 61
Binary 110 11111000 1 1100010 0 1100100 11 1110111 1100011 110001

Color Harmonies of #06F801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F801

Black with #06F801

Text Example


Text Example

White with #06F801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,248,1); }

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

background-color css

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

 a { background-color: rgb(6,248,1); }

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

border-color css

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

 span { border-color: rgb(6,248,1); }

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