Shades of Lime Green #1FCD28
Tints of Lime Green #1FCD28
RGB
CMYK
RGB Variations
Color information
#1FCD28 (or 0x1FCD28) is known color: Lime Green. HEX triplet: 1F, CD and 28. RGB value is (31,205,40). Sum of RGB (Red+Green+Blue) = 31+205+40=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 205 (80.47% from 255 or 74.28% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCD28 is #E032D7. Grayscale: #868686. Windows color (decimal): -14693080 or 2673951. OLE color: 2673951.
HSL color Cylindrical-coordinate representation of color #1FCD28: hue angle of 123.1º 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 #1FCD28 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 40 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.20 |
| HSL | 123.1º | 0.74% | 0.46% | - |
| HSV(B) | 123.1º | 0.85% | 0.8% | - |
| XYZ | 22.78 | 44.11 | 9.32 | - |
| YUV | 134.16 | 74.85 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 40 | 0.85 | 0 | 0.80 | 0.20 | 123.1 | 0.74 | 0.46 |
| Hex | 1F | CD | 28 | 55 | 0 | 50 | 14 | 7B | 4A | 2E |
| Octal | 37 | 315 | 50 | 125 | 0 | 120 | 24 | 173 | 112 | 56 |
| Binary | 11111 | 11001101 | 101000 | 1010101 | 0 | 1010000 | 10100 | 1111011 | 1001010 | 101110 |
Color Harmonies of #1FCD28
Complementary color
Monochromatic Colors of #1FCD28
Black with #1FCD28
Text Example
Text Example
White with #1FCD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCD28; }
p { color: rgb(31,205,40); }
H1.HeaderClassName
{
color: #1FCD28;
}
.AnyTagClassName
{
color: #1FCD28;
}
</style>
background-color css
<style>
a { background-color: #1FCD28; }
a { background-color: rgb(31,205,40); }
div.DivClassName
{
background-color: #1FCD28;
}
.BgClassName
{
background-color: #1FCD28;
}
</style>
border-color css
<style>
span { border-color: #1FCD28; }
span { border-color: rgb(31,205,40); }
td.TdClassName
{
border-color: #1FCD28;
}
.TagClassName
{
border-color: #1FCD28;
}
</style>