Shades of Lime Green #1FC634
Tints of Lime Green #1FC634
RGB
CMYK
RGB Variations
Color information
#1FC634 (or 0x1FC634) is known color: Lime Green. HEX triplet: 1F, C6 and 34. RGB value is (31,198,52). Sum of RGB (Red+Green+Blue) = 31+198+52=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 198 (77.73% from 255 or 70.46% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC634 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC634 is #E039CB. Grayscale: #838383. Windows color (decimal): -14694860 or 3458591. OLE color: 3458591.
HSL color Cylindrical-coordinate representation of color #1FC634: hue angle of 127.54º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC634 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 198 | 52 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.22 |
| HSL | 127.54º | 0.73% | 0.45% | - |
| HSV(B) | 127.54º | 0.84% | 0.78% | - |
| XYZ | 21.38 | 40.93 | 10.02 | - |
| YUV | 131.42 | 83.17 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 52 | 0.84 | 0 | 0.74 | 0.22 | 127.54 | 0.73 | 0.45 |
| Hex | 1F | C6 | 34 | 54 | 0 | 4A | 16 | 80 | 49 | 2D |
| Octal | 37 | 306 | 64 | 124 | 0 | 112 | 26 | 200 | 111 | 55 |
| Binary | 11111 | 11000110 | 110100 | 1010100 | 0 | 1001010 | 10110 | 10000000 | 1001001 | 101101 |
Color Harmonies of #1FC634
Complementary color
Monochromatic Colors of #1FC634
Black with #1FC634
Text Example
Text Example
White with #1FC634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC634; }
p { color: rgb(31,198,52); }
H1.HeaderClassName
{
color: #1FC634;
}
.AnyTagClassName
{
color: #1FC634;
}
</style>
background-color css
<style>
a { background-color: #1FC634; }
a { background-color: rgb(31,198,52); }
div.DivClassName
{
background-color: #1FC634;
}
.BgClassName
{
background-color: #1FC634;
}
</style>
border-color css
<style>
span { border-color: #1FC634; }
span { border-color: rgb(31,198,52); }
td.TdClassName
{
border-color: #1FC634;
}
.TagClassName
{
border-color: #1FC634;
}
</style>