Shades of Lime Green #1FCD09
Tints of Lime Green #1FCD09
RGB
CMYK
RGB Variations
Color information
#1FCD09 (or 0x1FCD09) is known color: Lime Green. HEX triplet: 1F, CD and 09. RGB value is (31,205,9). Sum of RGB (Red+Green+Blue) = 31+205+9=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 205 (80.47% from 255 or 83.67% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCD09 is #E032F6. Grayscale: #838383. Windows color (decimal): -14693111 or 642335. OLE color: 642335.
HSL color Cylindrical-coordinate representation of color #1FCD09: hue angle of 113.27º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FCD09 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 9 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.20 |
| HSL | 113.27º | 0.92% | 0.42% | - |
| HSV(B) | 113.27º | 0.96% | 0.8% | - |
| XYZ | 22.45 | 43.97 | 7.56 | - |
| YUV | 130.63 | 59.35 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 9 | 0.85 | 0 | 0.96 | 0.20 | 113.27 | 0.92 | 0.42 |
| Hex | 1F | CD | 9 | 55 | 0 | 60 | 14 | 71 | 5C | 2A |
| Octal | 37 | 315 | 11 | 125 | 0 | 140 | 24 | 161 | 134 | 52 |
| Binary | 11111 | 11001101 | 1001 | 1010101 | 0 | 1100000 | 10100 | 1110001 | 1011100 | 101010 |
Color Harmonies of #1FCD09
Complementary color
Monochromatic Colors of #1FCD09
Black with #1FCD09
Text Example
Text Example
White with #1FCD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCD09; }
p { color: rgb(31,205,9); }
H1.HeaderClassName
{
color: #1FCD09;
}
.AnyTagClassName
{
color: #1FCD09;
}
</style>
background-color css
<style>
a { background-color: #1FCD09; }
a { background-color: rgb(31,205,9); }
div.DivClassName
{
background-color: #1FCD09;
}
.BgClassName
{
background-color: #1FCD09;
}
</style>
border-color css
<style>
span { border-color: #1FCD09; }
span { border-color: rgb(31,205,9); }
td.TdClassName
{
border-color: #1FCD09;
}
.TagClassName
{
border-color: #1FCD09;
}
</style>