Shades of Lime Green #1FD51A
Tints of Lime Green #1FD51A
RGB
CMYK
RGB Variations
Color information
#1FD51A (or 0x1FD51A) is known color: Lime Green. HEX triplet: 1F, D5 and 1A. RGB value is (31,213,26). Sum of RGB (Red+Green+Blue) = 31+213+26=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 213 (83.59% from 255 or 78.89% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD51A is #E02AE5. Grayscale: #898989. Windows color (decimal): -14691046 or 1758495. OLE color: 1758495.
HSL color Cylindrical-coordinate representation of color #1FD51A: hue angle of 118.4º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FD51A is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 213 | 26 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.16 |
| HSL | 118.4º | 0.78% | 0.47% | - |
| HSV(B) | 118.4º | 0.88% | 0.84% | - |
| XYZ | 24.55 | 47.95 | 8.94 | - |
| YUV | 137.26 | 65.2 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 26 | 0.85 | 0 | 0.88 | 0.16 | 118.4 | 0.78 | 0.47 |
| Hex | 1F | D5 | 1A | 55 | 0 | 58 | 10 | 76 | 4E | 2F |
| Octal | 37 | 325 | 32 | 125 | 0 | 130 | 20 | 166 | 116 | 57 |
| Binary | 11111 | 11010101 | 11010 | 1010101 | 0 | 1011000 | 10000 | 1110110 | 1001110 | 101111 |
Color Harmonies of #1FD51A
Complementary color
Monochromatic Colors of #1FD51A
Black with #1FD51A
Text Example
Text Example
White with #1FD51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD51A; }
p { color: rgb(31,213,26); }
H1.HeaderClassName
{
color: #1FD51A;
}
.AnyTagClassName
{
color: #1FD51A;
}
</style>
background-color css
<style>
a { background-color: #1FD51A; }
a { background-color: rgb(31,213,26); }
div.DivClassName
{
background-color: #1FD51A;
}
.BgClassName
{
background-color: #1FD51A;
}
</style>
border-color css
<style>
span { border-color: #1FD51A; }
span { border-color: rgb(31,213,26); }
td.TdClassName
{
border-color: #1FD51A;
}
.TagClassName
{
border-color: #1FD51A;
}
</style>