Shades of Lime Green #1FCB41
Tints of Lime Green #1FCB41
RGB
CMYK
RGB Variations
Color information
#1FCB41 (or 0x1FCB41) is known color: Lime Green. HEX triplet: 1F, CB and 41. RGB value is (31,203,65). Sum of RGB (Red+Green+Blue) = 31+203+65=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 203 (79.69% from 255 or 67.89% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCB41 is #E034BE. Grayscale: #888888. Windows color (decimal): -14693567 or 4311839. OLE color: 4311839.
HSL color Cylindrical-coordinate representation of color #1FCB41: hue angle of 131.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCB41 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 65 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.20 |
| HSL | 131.86º | 0.74% | 0.46% | - |
| HSV(B) | 131.86º | 0.85% | 0.8% | - |
| XYZ | 22.88 | 43.38 | 12.17 | - |
| YUV | 135.84 | 88.02 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 65 | 0.85 | 0 | 0.68 | 0.20 | 131.86 | 0.74 | 0.46 |
| Hex | 1F | CB | 41 | 55 | 0 | 44 | 14 | 84 | 4A | 2E |
| Octal | 37 | 313 | 101 | 125 | 0 | 104 | 24 | 204 | 112 | 56 |
| Binary | 11111 | 11001011 | 1000001 | 1010101 | 0 | 1000100 | 10100 | 10000100 | 1001010 | 101110 |
Color Harmonies of #1FCB41
Complementary color
Monochromatic Colors of #1FCB41
Black with #1FCB41
Text Example
Text Example
White with #1FCB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB41; }
p { color: rgb(31,203,65); }
H1.HeaderClassName
{
color: #1FCB41;
}
.AnyTagClassName
{
color: #1FCB41;
}
</style>
background-color css
<style>
a { background-color: #1FCB41; }
a { background-color: rgb(31,203,65); }
div.DivClassName
{
background-color: #1FCB41;
}
.BgClassName
{
background-color: #1FCB41;
}
</style>
border-color css
<style>
span { border-color: #1FCB41; }
span { border-color: rgb(31,203,65); }
td.TdClassName
{
border-color: #1FCB41;
}
.TagClassName
{
border-color: #1FCB41;
}
</style>