Shades of Lime Green #1FCE22
Tints of Lime Green #1FCE22
RGB
CMYK
RGB Variations
Color information
#1FCE22 (or 0x1FCE22) is known color: Lime Green. HEX triplet: 1F, CE and 22. RGB value is (31,206,34). Sum of RGB (Red+Green+Blue) = 31+206+34=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 206 (80.86% from 255 or 76.01% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCE22 is #E031DD. Grayscale: #868686. Windows color (decimal): -14692830 or 2280991. OLE color: 2280991.
HSL color Cylindrical-coordinate representation of color #1FCE22: hue angle of 121.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCE22 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 34 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.19 |
| HSL | 121.03º | 0.74% | 0.46% | - |
| HSV(B) | 121.03º | 0.85% | 0.81% | - |
| XYZ | 22.93 | 44.55 | 8.9 | - |
| YUV | 134.07 | 71.52 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 34 | 0.85 | 0 | 0.83 | 0.19 | 121.03 | 0.74 | 0.46 |
| Hex | 1F | CE | 22 | 55 | 0 | 53 | 13 | 79 | 4A | 2E |
| Octal | 37 | 316 | 42 | 125 | 0 | 123 | 23 | 171 | 112 | 56 |
| Binary | 11111 | 11001110 | 100010 | 1010101 | 0 | 1010011 | 10011 | 1111001 | 1001010 | 101110 |
Color Harmonies of #1FCE22
Complementary color
Monochromatic Colors of #1FCE22
Black with #1FCE22
Text Example
Text Example
White with #1FCE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE22; }
p { color: rgb(31,206,34); }
H1.HeaderClassName
{
color: #1FCE22;
}
.AnyTagClassName
{
color: #1FCE22;
}
</style>
background-color css
<style>
a { background-color: #1FCE22; }
a { background-color: rgb(31,206,34); }
div.DivClassName
{
background-color: #1FCE22;
}
.BgClassName
{
background-color: #1FCE22;
}
</style>
border-color css
<style>
span { border-color: #1FCE22; }
span { border-color: rgb(31,206,34); }
td.TdClassName
{
border-color: #1FCE22;
}
.TagClassName
{
border-color: #1FCE22;
}
</style>