Shades of Lime Green #1FC03A
Tints of Lime Green #1FC03A
RGB
CMYK
RGB Variations
Color information
#1FC03A (or 0x1FC03A) is known color: Lime Green. HEX triplet: 1F, C0 and 3A. RGB value is (31,192,58). Sum of RGB (Red+Green+Blue) = 31+192+58=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC03A is #E03FC5. Grayscale: #808080. Windows color (decimal): -14696390 or 3850271. OLE color: 3850271.
HSL color Cylindrical-coordinate representation of color #1FC03A: hue angle of 130.06º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC03A is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 58 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.25 |
| HSL | 130.06º | 0.72% | 0.44% | - |
| HSV(B) | 130.06º | 0.84% | 0.75% | - |
| XYZ | 20.18 | 38.3 | 10.33 | - |
| YUV | 128.59 | 88.16 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 58 | 0.84 | 0 | 0.70 | 0.25 | 130.06 | 0.72 | 0.44 |
| Hex | 1F | C0 | 3A | 54 | 0 | 46 | 19 | 82 | 48 | 2C |
| Octal | 37 | 300 | 72 | 124 | 0 | 106 | 31 | 202 | 110 | 54 |
| Binary | 11111 | 11000000 | 111010 | 1010100 | 0 | 1000110 | 11001 | 10000010 | 1001000 | 101100 |
Color Harmonies of #1FC03A
Complementary color
Monochromatic Colors of #1FC03A
Black with #1FC03A
Text Example
Text Example
White with #1FC03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC03A; }
p { color: rgb(31,192,58); }
H1.HeaderClassName
{
color: #1FC03A;
}
.AnyTagClassName
{
color: #1FC03A;
}
</style>
background-color css
<style>
a { background-color: #1FC03A; }
a { background-color: rgb(31,192,58); }
div.DivClassName
{
background-color: #1FC03A;
}
.BgClassName
{
background-color: #1FC03A;
}
</style>
border-color css
<style>
span { border-color: #1FC03A; }
span { border-color: rgb(31,192,58); }
td.TdClassName
{
border-color: #1FC03A;
}
.TagClassName
{
border-color: #1FC03A;
}
</style>