Html Css Color HEX #06FF07 Lime

📋 copy color: '#06FF07'

red 6 ◦ green 255 ◦ blue 7

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

Shades of Lime #06FF07

Tints of Lime #06FF07

RGB

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

 GREEN value IS 255 (100% from 255) = 95.15%

 BLUE value IS 7 (3.13% from 255) = 2.61%

R = 2.24%
G = 95.15%
B = 2.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#06FF07 (or 0x06FF07) is known color: Lime. HEX triplet: 06, FF and 07. RGB value is (6,255,7). Sum of RGB (Red+Green+Blue) = 6+255+7=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 255 (100% from 255 or 95.15% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FF07 is #F900F8. Grayscale: #999999. Windows color (decimal): -16318713 or 524038. OLE color: 524038.

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

Color convert

RGB 6 255 7 -
CMYK 0.98 0 0.97 0
HSL 120.24º 1% 0.51% -
HSV(B) 120.24º 0.98% 1% -
XYZ 35.87 71.57 12.13 -
YUV 152.28 46.01 23.67 -
System Red Green Blue C M Y K H S L
Decimal 6 255 7 0.98 0 0.97 0 120.24 1 0.51
Hex 6 FF 7 62 0 61 0 78 64 33
Octal 6 377 7 142 0 141 0 170 144 63
Binary 110 11111111 111 1100010 0 1100001 0 1111000 1100100 110011

Color Harmonies of #06FF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FF07

Black with #06FF07

Text Example


Text Example

White with #06FF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,255,7); }

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

background-color css

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

 a { background-color: rgb(6,255,7); }

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

border-color css

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

 span { border-color: rgb(6,255,7); }

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