Shades of Lime #01F602
Tints of Lime #01F602
RGB
CMYK
RGB Variations
Color information
#01F602 (or 0x01F602) is known color: Lime. HEX triplet: 01, F6 and 02. RGB value is (1,246,2). Sum of RGB (Red+Green+Blue) = 1+246+2=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 246 (96.48% from 255 or 98.80% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 246 - color contains mainly: green. Hex color #01F602 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F602 is #FE09FD. Grayscale: #919191. Windows color (decimal): -16648702 or 194049. OLE color: 194049.
HSL color Cylindrical-coordinate representation of color #01F602: hue angle of 120.24º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F602 is Cyan = 1.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 246 | 2 | - |
| CMYK | 1.00 | 0 | 0.99 | 0.04 |
| HSL | 120.24º | 0.99% | 0.48% | - |
| HSV(B) | 120.24º | 1% | 0.96% | - |
| XYZ | 32.98 | 65.92 | 11.04 | - |
| YUV | 144.93 | 47.33 | 25.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 246 | 2 | 1.00 | 0 | 0.99 | 0.04 | 120.24 | 0.99 | 0.48 |
| Hex | 1 | F6 | 2 | 64 | 0 | 63 | 4 | 78 | 63 | 30 |
| Octal | 1 | 366 | 2 | 144 | 0 | 143 | 4 | 170 | 143 | 60 |
| Binary | 1 | 11110110 | 10 | 1100100 | 0 | 1100011 | 100 | 1111000 | 1100011 | 110000 |
Color Harmonies of #01F602
Complementary color
Monochromatic Colors of #01F602
Black with #01F602
Text Example
Text Example
White with #01F602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F602; }
p { color: rgb(1,246,2); }
H1.HeaderClassName
{
color: #01F602;
}
.AnyTagClassName
{
color: #01F602;
}
</style>
background-color css
<style>
a { background-color: #01F602; }
a { background-color: rgb(1,246,2); }
div.DivClassName
{
background-color: #01F602;
}
.BgClassName
{
background-color: #01F602;
}
</style>
border-color css
<style>
span { border-color: #01F602; }
span { border-color: rgb(1,246,2); }
td.TdClassName
{
border-color: #01F602;
}
.TagClassName
{
border-color: #01F602;
}
</style>