Shades of Lime Green #1FCF05
Tints of Lime Green #1FCF05
RGB
CMYK
RGB Variations
Color information
#1FCF05 (or 0x1FCF05) is known color: Lime Green. HEX triplet: 1F, CF and 05. RGB value is (31,207,5). Sum of RGB (Red+Green+Blue) = 31+207+5=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 207 (81.25% from 255 or 85.19% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCF05 is #E030FA. Grayscale: #838383. Windows color (decimal): -14692603 or 380703. OLE color: 380703.
HSL color Cylindrical-coordinate representation of color #1FCF05: hue angle of 112.28º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1FCF05 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 5 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.19 |
| HSL | 112.28º | 0.95% | 0.42% | - |
| HSV(B) | 112.28º | 0.98% | 0.81% | - |
| XYZ | 22.91 | 44.93 | 7.61 | - |
| YUV | 131.35 | 56.69 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 5 | 0.85 | 0 | 0.98 | 0.19 | 112.28 | 0.95 | 0.42 |
| Hex | 1F | CF | 5 | 55 | 0 | 62 | 13 | 70 | 5F | 2A |
| Octal | 37 | 317 | 5 | 125 | 0 | 142 | 23 | 160 | 137 | 52 |
| Binary | 11111 | 11001111 | 101 | 1010101 | 0 | 1100010 | 10011 | 1110000 | 1011111 | 101010 |
Color Harmonies of #1FCF05
Complementary color
Monochromatic Colors of #1FCF05
Black with #1FCF05
Text Example
Text Example
White with #1FCF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF05; }
p { color: rgb(31,207,5); }
H1.HeaderClassName
{
color: #1FCF05;
}
.AnyTagClassName
{
color: #1FCF05;
}
</style>
background-color css
<style>
a { background-color: #1FCF05; }
a { background-color: rgb(31,207,5); }
div.DivClassName
{
background-color: #1FCF05;
}
.BgClassName
{
background-color: #1FCF05;
}
</style>
border-color css
<style>
span { border-color: #1FCF05; }
span { border-color: rgb(31,207,5); }
td.TdClassName
{
border-color: #1FCF05;
}
.TagClassName
{
border-color: #1FCF05;
}
</style>