Shades of Lime Green #1FDA3B
Tints of Lime Green #1FDA3B
RGB
CMYK
RGB Variations
Color information
#1FDA3B (or 0x1FDA3B) is known color: Lime Green. HEX triplet: 1F, DA and 3B. RGB value is (31,218,59). Sum of RGB (Red+Green+Blue) = 31+218+59=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 218 (85.55% from 255 or 70.78% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDA3B is #E025C4. Grayscale: #909090. Windows color (decimal): -14689733 or 3922463. OLE color: 3922463.
HSL color Cylindrical-coordinate representation of color #1FDA3B: hue angle of 128.98º 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 #1FDA3B is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 59 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.15 |
| HSL | 128.98º | 0.75% | 0.49% | - |
| HSV(B) | 128.98º | 0.86% | 0.85% | - |
| XYZ | 26.43 | 50.75 | 12.54 | - |
| YUV | 143.96 | 80.05 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 59 | 0.86 | 0 | 0.73 | 0.15 | 128.98 | 0.75 | 0.49 |
| Hex | 1F | DA | 3B | 56 | 0 | 49 | F | 81 | 4B | 31 |
| Octal | 37 | 332 | 73 | 126 | 0 | 111 | 17 | 201 | 113 | 61 |
| Binary | 11111 | 11011010 | 111011 | 1010110 | 0 | 1001001 | 1111 | 10000001 | 1001011 | 110001 |
Color Harmonies of #1FDA3B
Complementary color
Monochromatic Colors of #1FDA3B
Black with #1FDA3B
Text Example
Text Example
White with #1FDA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDA3B; }
p { color: rgb(31,218,59); }
H1.HeaderClassName
{
color: #1FDA3B;
}
.AnyTagClassName
{
color: #1FDA3B;
}
</style>
background-color css
<style>
a { background-color: #1FDA3B; }
a { background-color: rgb(31,218,59); }
div.DivClassName
{
background-color: #1FDA3B;
}
.BgClassName
{
background-color: #1FDA3B;
}
</style>
border-color css
<style>
span { border-color: #1FDA3B; }
span { border-color: rgb(31,218,59); }
td.TdClassName
{
border-color: #1FDA3B;
}
.TagClassName
{
border-color: #1FDA3B;
}
</style>