Shades of Lime Green #1FCF3C
Tints of Lime Green #1FCF3C
RGB
CMYK
RGB Variations
Color information
#1FCF3C (or 0x1FCF3C) is known color: Lime Green. HEX triplet: 1F, CF and 3C. RGB value is (31,207,60). Sum of RGB (Red+Green+Blue) = 31+207+60=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 207 (81.25% from 255 or 69.46% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCF3C is #E030C3. Grayscale: #8A8A8A. Windows color (decimal): -14692548 or 3985183. OLE color: 3985183.
HSL color Cylindrical-coordinate representation of color #1FCF3C: hue angle of 129.89º 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 #1FCF3C is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 60 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.19 |
| HSL | 129.89º | 0.74% | 0.47% | - |
| HSV(B) | 129.89º | 0.85% | 0.81% | - |
| XYZ | 23.69 | 45.24 | 11.76 | - |
| YUV | 137.62 | 84.19 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 60 | 0.85 | 0 | 0.71 | 0.19 | 129.89 | 0.74 | 0.47 |
| Hex | 1F | CF | 3C | 55 | 0 | 47 | 13 | 82 | 4A | 2F |
| Octal | 37 | 317 | 74 | 125 | 0 | 107 | 23 | 202 | 112 | 57 |
| Binary | 11111 | 11001111 | 111100 | 1010101 | 0 | 1000111 | 10011 | 10000010 | 1001010 | 101111 |
Color Harmonies of #1FCF3C
Complementary color
Monochromatic Colors of #1FCF3C
Black with #1FCF3C
Text Example
Text Example
White with #1FCF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF3C; }
p { color: rgb(31,207,60); }
H1.HeaderClassName
{
color: #1FCF3C;
}
.AnyTagClassName
{
color: #1FCF3C;
}
</style>
background-color css
<style>
a { background-color: #1FCF3C; }
a { background-color: rgb(31,207,60); }
div.DivClassName
{
background-color: #1FCF3C;
}
.BgClassName
{
background-color: #1FCF3C;
}
</style>
border-color css
<style>
span { border-color: #1FCF3C; }
span { border-color: rgb(31,207,60); }
td.TdClassName
{
border-color: #1FCF3C;
}
.TagClassName
{
border-color: #1FCF3C;
}
</style>