Shades of Lime Green #1FC327
Tints of Lime Green #1FC327
RGB
CMYK
RGB Variations
Color information
#1FC327 (or 0x1FC327) is known color: Lime Green. HEX triplet: 1F, C3 and 27. RGB value is (31,195,39). Sum of RGB (Red+Green+Blue) = 31+195+39=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 195 (76.56% from 255 or 73.58% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC327 is #E03CD8. Grayscale: #808080. Windows color (decimal): -14695641 or 2605855. OLE color: 2605855.
HSL color Cylindrical-coordinate representation of color #1FC327: hue angle of 122.93º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC327 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 39 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.24 |
| HSL | 122.93º | 0.73% | 0.44% | - |
| HSV(B) | 122.93º | 0.84% | 0.76% | - |
| XYZ | 20.45 | 39.47 | 8.46 | - |
| YUV | 128.18 | 77.67 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 39 | 0.84 | 0 | 0.80 | 0.24 | 122.93 | 0.73 | 0.44 |
| Hex | 1F | C3 | 27 | 54 | 0 | 50 | 18 | 7B | 49 | 2C |
| Octal | 37 | 303 | 47 | 124 | 0 | 120 | 30 | 173 | 111 | 54 |
| Binary | 11111 | 11000011 | 100111 | 1010100 | 0 | 1010000 | 11000 | 1111011 | 1001001 | 101100 |
Color Harmonies of #1FC327
Complementary color
Monochromatic Colors of #1FC327
Black with #1FC327
Text Example
Text Example
White with #1FC327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC327; }
p { color: rgb(31,195,39); }
H1.HeaderClassName
{
color: #1FC327;
}
.AnyTagClassName
{
color: #1FC327;
}
</style>
background-color css
<style>
a { background-color: #1FC327; }
a { background-color: rgb(31,195,39); }
div.DivClassName
{
background-color: #1FC327;
}
.BgClassName
{
background-color: #1FC327;
}
</style>
border-color css
<style>
span { border-color: #1FC327; }
span { border-color: rgb(31,195,39); }
td.TdClassName
{
border-color: #1FC327;
}
.TagClassName
{
border-color: #1FC327;
}
</style>