Shades of Lime #01F305
Tints of Lime #01F305
RGB
CMYK
RGB Variations
Color information
#01F305 (or 0x01F305) is known color: Lime. HEX triplet: 01, F3 and 05. RGB value is (1,243,5). Sum of RGB (Red+Green+Blue) = 1+243+5=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 243 (95.31% from 255 or 97.59% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 243 - color contains mainly: green. Hex color #01F305 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F305 is #FE0CFA. Grayscale: #909090. Windows color (decimal): -16649467 or 389889. OLE color: 389889.
HSL color Cylindrical-coordinate representation of color #01F305: hue angle of 120.99º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F305 is Cyan = 1.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 243 | 5 | - |
| CMYK | 1.00 | 0 | 0.98 | 0.05 |
| HSL | 120.99º | 0.99% | 0.48% | - |
| HSV(B) | 120.99º | 1% | 0.95% | - |
| XYZ | 32.09 | 64.12 | 10.83 | - |
| YUV | 143.51 | 49.83 | 26.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 243 | 5 | 1.00 | 0 | 0.98 | 0.05 | 120.99 | 0.99 | 0.48 |
| Hex | 1 | F3 | 5 | 64 | 0 | 62 | 5 | 79 | 63 | 30 |
| Octal | 1 | 363 | 5 | 144 | 0 | 142 | 5 | 171 | 143 | 60 |
| Binary | 1 | 11110011 | 101 | 1100100 | 0 | 1100010 | 101 | 1111001 | 1100011 | 110000 |
Color Harmonies of #01F305
Complementary color
Monochromatic Colors of #01F305
Black with #01F305
Text Example
Text Example
White with #01F305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F305; }
p { color: rgb(1,243,5); }
H1.HeaderClassName
{
color: #01F305;
}
.AnyTagClassName
{
color: #01F305;
}
</style>
background-color css
<style>
a { background-color: #01F305; }
a { background-color: rgb(1,243,5); }
div.DivClassName
{
background-color: #01F305;
}
.BgClassName
{
background-color: #01F305;
}
</style>
border-color css
<style>
span { border-color: #01F305; }
span { border-color: rgb(1,243,5); }
td.TdClassName
{
border-color: #01F305;
}
.TagClassName
{
border-color: #01F305;
}
</style>