Shades of Lime Green #1FCF38
Tints of Lime Green #1FCF38
RGB
CMYK
RGB Variations
Color information
#1FCF38 (or 0x1FCF38) is known color: Lime Green. HEX triplet: 1F, CF and 38. RGB value is (31,207,56). Sum of RGB (Red+Green+Blue) = 31+207+56=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 207 (81.25% from 255 or 70.41% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCF38 is #E030C7. Grayscale: #898989. Windows color (decimal): -14692552 or 3723039. OLE color: 3723039.
HSL color Cylindrical-coordinate representation of color #1FCF38: hue angle of 128.52º 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 #1FCF38 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 56 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.19 |
| HSL | 128.52º | 0.74% | 0.47% | - |
| HSV(B) | 128.52º | 0.85% | 0.81% | - |
| XYZ | 23.59 | 45.2 | 11.22 | - |
| YUV | 137.16 | 82.19 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 56 | 0.85 | 0 | 0.73 | 0.19 | 128.52 | 0.74 | 0.47 |
| Hex | 1F | CF | 38 | 55 | 0 | 49 | 13 | 81 | 4A | 2F |
| Octal | 37 | 317 | 70 | 125 | 0 | 111 | 23 | 201 | 112 | 57 |
| Binary | 11111 | 11001111 | 111000 | 1010101 | 0 | 1001001 | 10011 | 10000001 | 1001010 | 101111 |
Color Harmonies of #1FCF38
Complementary color
Monochromatic Colors of #1FCF38
Black with #1FCF38
Text Example
Text Example
White with #1FCF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF38; }
p { color: rgb(31,207,56); }
H1.HeaderClassName
{
color: #1FCF38;
}
.AnyTagClassName
{
color: #1FCF38;
}
</style>
background-color css
<style>
a { background-color: #1FCF38; }
a { background-color: rgb(31,207,56); }
div.DivClassName
{
background-color: #1FCF38;
}
.BgClassName
{
background-color: #1FCF38;
}
</style>
border-color css
<style>
span { border-color: #1FCF38; }
span { border-color: rgb(31,207,56); }
td.TdClassName
{
border-color: #1FCF38;
}
.TagClassName
{
border-color: #1FCF38;
}
</style>