Shades of Lime Green #1FC32A
Tints of Lime Green #1FC32A
RGB
CMYK
RGB Variations
Color information
#1FC32A (or 0x1FC32A) is known color: Lime Green. HEX triplet: 1F, C3 and 2A. RGB value is (31,195,42). Sum of RGB (Red+Green+Blue) = 31+195+42=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 195 (76.56% from 255 or 72.76% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC32A is #E03CD5. Grayscale: #808080. Windows color (decimal): -14695638 or 2802463. OLE color: 2802463.
HSL color Cylindrical-coordinate representation of color #1FC32A: hue angle of 124.02º 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 #1FC32A is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 42 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.24 |
| HSL | 124.02º | 0.73% | 0.44% | - |
| HSV(B) | 124.02º | 0.84% | 0.76% | - |
| XYZ | 20.5 | 39.49 | 8.73 | - |
| YUV | 128.52 | 79.17 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 42 | 0.84 | 0 | 0.78 | 0.24 | 124.02 | 0.73 | 0.44 |
| Hex | 1F | C3 | 2A | 54 | 0 | 4E | 18 | 7C | 49 | 2C |
| Octal | 37 | 303 | 52 | 124 | 0 | 116 | 30 | 174 | 111 | 54 |
| Binary | 11111 | 11000011 | 101010 | 1010100 | 0 | 1001110 | 11000 | 1111100 | 1001001 | 101100 |
Color Harmonies of #1FC32A
Complementary color
Monochromatic Colors of #1FC32A
Black with #1FC32A
Text Example
Text Example
White with #1FC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC32A; }
p { color: rgb(31,195,42); }
H1.HeaderClassName
{
color: #1FC32A;
}
.AnyTagClassName
{
color: #1FC32A;
}
</style>
background-color css
<style>
a { background-color: #1FC32A; }
a { background-color: rgb(31,195,42); }
div.DivClassName
{
background-color: #1FC32A;
}
.BgClassName
{
background-color: #1FC32A;
}
</style>
border-color css
<style>
span { border-color: #1FC32A; }
span { border-color: rgb(31,195,42); }
td.TdClassName
{
border-color: #1FC32A;
}
.TagClassName
{
border-color: #1FC32A;
}
</style>