Shades of Lime Green #1FD93F
Tints of Lime Green #1FD93F
RGB
CMYK
RGB Variations
Color information
#1FD93F (or 0x1FD93F) is known color: Lime Green. HEX triplet: 1F, D9 and 3F. RGB value is (31,217,63). Sum of RGB (Red+Green+Blue) = 31+217+63=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 217 (85.16% from 255 or 69.77% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD93F is #E026C0. Grayscale: #909090. Windows color (decimal): -14689985 or 4184351. OLE color: 4184351.
HSL color Cylindrical-coordinate representation of color #1FD93F: hue angle of 130.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD93F is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 217 | 63 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.15 |
| HSL | 130.32º | 0.75% | 0.49% | - |
| HSV(B) | 130.32º | 0.86% | 0.85% | - |
| XYZ | 26.28 | 50.28 | 13.02 | - |
| YUV | 143.83 | 82.38 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 217 | 63 | 0.86 | 0 | 0.71 | 0.15 | 130.32 | 0.75 | 0.49 |
| Hex | 1F | D9 | 3F | 56 | 0 | 47 | F | 82 | 4B | 31 |
| Octal | 37 | 331 | 77 | 126 | 0 | 107 | 17 | 202 | 113 | 61 |
| Binary | 11111 | 11011001 | 111111 | 1010110 | 0 | 1000111 | 1111 | 10000010 | 1001011 | 110001 |
Color Harmonies of #1FD93F
Complementary color
Monochromatic Colors of #1FD93F
Black with #1FD93F
Text Example
Text Example
White with #1FD93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD93F; }
p { color: rgb(31,217,63); }
H1.HeaderClassName
{
color: #1FD93F;
}
.AnyTagClassName
{
color: #1FD93F;
}
</style>
background-color css
<style>
a { background-color: #1FD93F; }
a { background-color: rgb(31,217,63); }
div.DivClassName
{
background-color: #1FD93F;
}
.BgClassName
{
background-color: #1FD93F;
}
</style>
border-color css
<style>
span { border-color: #1FD93F; }
span { border-color: rgb(31,217,63); }
td.TdClassName
{
border-color: #1FD93F;
}
.TagClassName
{
border-color: #1FD93F;
}
</style>