Shades of Lime Green #1FE63B
Tints of Lime Green #1FE63B
RGB
CMYK
RGB Variations
Color information
#1FE63B (or 0x1FE63B) is known color: Lime Green. HEX triplet: 1F, E6 and 3B. RGB value is (31,230,59). Sum of RGB (Red+Green+Blue) = 31+230+59=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 230 (90.23% from 255 or 71.88% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE63B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FE63B is #E019C4. Grayscale: #979797. Windows color (decimal): -14686661 or 3925535. OLE color: 3925535.
HSL color Cylindrical-coordinate representation of color #1FE63B: hue angle of 128.44º 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 #1FE63B is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 59 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.10 |
| HSL | 128.44º | 0.8% | 0.51% | - |
| HSV(B) | 128.44º | 0.87% | 0.9% | - |
| XYZ | 29.65 | 57.2 | 13.62 | - |
| YUV | 151.01 | 76.07 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 59 | 0.87 | 0 | 0.74 | 0.10 | 128.44 | 0.8 | 0.51 |
| Hex | 1F | E6 | 3B | 57 | 0 | 4A | A | 80 | 50 | 33 |
| Octal | 37 | 346 | 73 | 127 | 0 | 112 | 12 | 200 | 120 | 63 |
| Binary | 11111 | 11100110 | 111011 | 1010111 | 0 | 1001010 | 1010 | 10000000 | 1010000 | 110011 |
Color Harmonies of #1FE63B
Complementary color
Monochromatic Colors of #1FE63B
Black with #1FE63B
Text Example
Text Example
White with #1FE63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE63B; }
p { color: rgb(31,230,59); }
H1.HeaderClassName
{
color: #1FE63B;
}
.AnyTagClassName
{
color: #1FE63B;
}
</style>
background-color css
<style>
a { background-color: #1FE63B; }
a { background-color: rgb(31,230,59); }
div.DivClassName
{
background-color: #1FE63B;
}
.BgClassName
{
background-color: #1FE63B;
}
</style>
border-color css
<style>
span { border-color: #1FE63B; }
span { border-color: rgb(31,230,59); }
td.TdClassName
{
border-color: #1FE63B;
}
.TagClassName
{
border-color: #1FE63B;
}
</style>