Html Css Color HEX #06F000 Lime

📋 copy color: '#06F000'

red 6 ◦ green 240 ◦ blue 0

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

Shades of Lime #06F000

Tints of Lime #06F000

RGB

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

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

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

R = 2.44%
G = 97.56%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#06F000 (or 0x06F000) is known color: Lime. HEX triplet: 06, F0 and 00. RGB value is (6,240,0). Sum of RGB (Red+Green+Blue) = 6+240+0=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 240 (94.14% from 255 or 97.56% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 240 - color contains mainly: green. Hex color #06F000 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06F000 is #F90FFF. Grayscale: #8F8F8F. Windows color (decimal): -16322560 or 61446. OLE color: 61446.

HSL color Cylindrical-coordinate representation of color #06F000: hue angle of 118.5º 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 #06F000 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 240 0 -
CMYK 0.98 0 1 0.06
HSL 118.5º 1% 0.47% -
HSV(B) 118.5º 1% 0.94% -
XYZ 31.24 62.36 10.39 -
YUV 142.67 47.48 30.51 -
System Red Green Blue C M Y K H S L
Decimal 6 240 0 0.98 0 1 0.06 118.5 1 0.47
Hex 6 F0 0 62 0 64 6 76 64 2F
Octal 6 360 0 142 0 144 6 166 144 57
Binary 110 11110000 0 1100010 0 1100100 110 1110110 1100100 101111

Color Harmonies of #06F000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F000

Black with #06F000

Text Example


Text Example

White with #06F000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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