Shades of Lime Green #1FCF3B
Tints of Lime Green #1FCF3B
RGB
CMYK
RGB Variations
Color information
#1FCF3B (or 0x1FCF3B) is known color: Lime Green. HEX triplet: 1F, CF and 3B. RGB value is (31,207,59). Sum of RGB (Red+Green+Blue) = 31+207+59=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCF3B is #E030C4. Grayscale: #898989. Windows color (decimal): -14692549 or 3919647. OLE color: 3919647.
HSL color Cylindrical-coordinate representation of color #1FCF3B: hue angle of 129.55º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCF3B is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 59 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.19 |
| HSL | 129.55º | 0.74% | 0.47% | - |
| HSV(B) | 129.55º | 0.85% | 0.81% | - |
| XYZ | 23.67 | 45.23 | 11.62 | - |
| YUV | 137.5 | 83.69 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 59 | 0.85 | 0 | 0.71 | 0.19 | 129.55 | 0.74 | 0.47 |
| Hex | 1F | CF | 3B | 55 | 0 | 47 | 13 | 82 | 4A | 2F |
| Octal | 37 | 317 | 73 | 125 | 0 | 107 | 23 | 202 | 112 | 57 |
| Binary | 11111 | 11001111 | 111011 | 1010101 | 0 | 1000111 | 10011 | 10000010 | 1001010 | 101111 |
Color Harmonies of #1FCF3B
Complementary color
Monochromatic Colors of #1FCF3B
Black with #1FCF3B
Text Example
Text Example
White with #1FCF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF3B; }
p { color: rgb(31,207,59); }
H1.HeaderClassName
{
color: #1FCF3B;
}
.AnyTagClassName
{
color: #1FCF3B;
}
</style>
background-color css
<style>
a { background-color: #1FCF3B; }
a { background-color: rgb(31,207,59); }
div.DivClassName
{
background-color: #1FCF3B;
}
.BgClassName
{
background-color: #1FCF3B;
}
</style>
border-color css
<style>
span { border-color: #1FCF3B; }
span { border-color: rgb(31,207,59); }
td.TdClassName
{
border-color: #1FCF3B;
}
.TagClassName
{
border-color: #1FCF3B;
}
</style>