Shades of Lime Green #1FE63A
Tints of Lime Green #1FE63A
RGB
CMYK
RGB Variations
Color information
#1FE63A (or 0x1FE63A) is known color: Lime Green. HEX triplet: 1F, E6 and 3A. RGB value is (31,230,58). Sum of RGB (Red+Green+Blue) = 31+230+58=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 230 (90.23% from 255 or 72.10% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE63A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FE63A is #E019C5. Grayscale: #979797. Windows color (decimal): -14686662 or 3859999. OLE color: 3859999.
HSL color Cylindrical-coordinate representation of color #1FE63A: hue angle of 128.14º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE63A is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 58 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.10 |
| HSL | 128.14º | 0.8% | 0.51% | - |
| HSV(B) | 128.14º | 0.87% | 0.9% | - |
| XYZ | 29.63 | 57.19 | 13.48 | - |
| YUV | 150.89 | 75.57 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 58 | 0.87 | 0 | 0.75 | 0.10 | 128.14 | 0.8 | 0.51 |
| Hex | 1F | E6 | 3A | 57 | 0 | 4B | A | 80 | 50 | 33 |
| Octal | 37 | 346 | 72 | 127 | 0 | 113 | 12 | 200 | 120 | 63 |
| Binary | 11111 | 11100110 | 111010 | 1010111 | 0 | 1001011 | 1010 | 10000000 | 1010000 | 110011 |
Color Harmonies of #1FE63A
Complementary color
Monochromatic Colors of #1FE63A
Black with #1FE63A
Text Example
Text Example
White with #1FE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE63A; }
p { color: rgb(31,230,58); }
H1.HeaderClassName
{
color: #1FE63A;
}
.AnyTagClassName
{
color: #1FE63A;
}
</style>
background-color css
<style>
a { background-color: #1FE63A; }
a { background-color: rgb(31,230,58); }
div.DivClassName
{
background-color: #1FE63A;
}
.BgClassName
{
background-color: #1FE63A;
}
</style>
border-color css
<style>
span { border-color: #1FE63A; }
span { border-color: rgb(31,230,58); }
td.TdClassName
{
border-color: #1FE63A;
}
.TagClassName
{
border-color: #1FE63A;
}
</style>