Shades of Lime Green #1FCF22
Tints of Lime Green #1FCF22
RGB
CMYK
RGB Variations
Color information
#1FCF22 (or 0x1FCF22) is known color: Lime Green. HEX triplet: 1F, CF and 22. RGB value is (31,207,34). Sum of RGB (Red+Green+Blue) = 31+207+34=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 207 (81.25% from 255 or 76.10% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCF22 is #E030DD. Grayscale: #878787. Windows color (decimal): -14692574 or 2281247. OLE color: 2281247.
HSL color Cylindrical-coordinate representation of color #1FCF22: hue angle of 121.02º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCF22 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 34 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.19 |
| HSL | 121.02º | 0.74% | 0.47% | - |
| HSV(B) | 121.02º | 0.85% | 0.81% | - |
| XYZ | 23.17 | 45.03 | 8.98 | - |
| YUV | 134.65 | 71.19 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 34 | 0.85 | 0 | 0.84 | 0.19 | 121.02 | 0.74 | 0.47 |
| Hex | 1F | CF | 22 | 55 | 0 | 54 | 13 | 79 | 4A | 2F |
| Octal | 37 | 317 | 42 | 125 | 0 | 124 | 23 | 171 | 112 | 57 |
| Binary | 11111 | 11001111 | 100010 | 1010101 | 0 | 1010100 | 10011 | 1111001 | 1001010 | 101111 |
Color Harmonies of #1FCF22
Complementary color
Monochromatic Colors of #1FCF22
Black with #1FCF22
Text Example
Text Example
White with #1FCF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF22; }
p { color: rgb(31,207,34); }
H1.HeaderClassName
{
color: #1FCF22;
}
.AnyTagClassName
{
color: #1FCF22;
}
</style>
background-color css
<style>
a { background-color: #1FCF22; }
a { background-color: rgb(31,207,34); }
div.DivClassName
{
background-color: #1FCF22;
}
.BgClassName
{
background-color: #1FCF22;
}
</style>
border-color css
<style>
span { border-color: #1FCF22; }
span { border-color: rgb(31,207,34); }
td.TdClassName
{
border-color: #1FCF22;
}
.TagClassName
{
border-color: #1FCF22;
}
</style>