Shades of Lime Green #1FC82A
Tints of Lime Green #1FC82A
RGB
CMYK
RGB Variations
Color information
#1FC82A (or 0x1FC82A) is known color: Lime Green. HEX triplet: 1F, C8 and 2A. RGB value is (31,200,42). Sum of RGB (Red+Green+Blue) = 31+200+42=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 200 (78.52% from 255 or 73.26% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC82A is #E037D5. Grayscale: #838383. Windows color (decimal): -14694358 or 2803743. OLE color: 2803743.
HSL color Cylindrical-coordinate representation of color #1FC82A: hue angle of 123.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC82A is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 200 | 42 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.22 |
| HSL | 123.91º | 0.73% | 0.45% | - |
| HSV(B) | 123.91º | 0.85% | 0.78% | - |
| XYZ | 21.64 | 41.77 | 9.11 | - |
| YUV | 131.46 | 77.51 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 200 | 42 | 0.84 | 0 | 0.79 | 0.22 | 123.91 | 0.73 | 0.45 |
| Hex | 1F | C8 | 2A | 54 | 0 | 4F | 16 | 7C | 49 | 2D |
| Octal | 37 | 310 | 52 | 124 | 0 | 117 | 26 | 174 | 111 | 55 |
| Binary | 11111 | 11001000 | 101010 | 1010100 | 0 | 1001111 | 10110 | 1111100 | 1001001 | 101101 |
Color Harmonies of #1FC82A
Complementary color
Monochromatic Colors of #1FC82A
Black with #1FC82A
Text Example
Text Example
White with #1FC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC82A; }
p { color: rgb(31,200,42); }
H1.HeaderClassName
{
color: #1FC82A;
}
.AnyTagClassName
{
color: #1FC82A;
}
</style>
background-color css
<style>
a { background-color: #1FC82A; }
a { background-color: rgb(31,200,42); }
div.DivClassName
{
background-color: #1FC82A;
}
.BgClassName
{
background-color: #1FC82A;
}
</style>
border-color css
<style>
span { border-color: #1FC82A; }
span { border-color: rgb(31,200,42); }
td.TdClassName
{
border-color: #1FC82A;
}
.TagClassName
{
border-color: #1FC82A;
}
</style>