Shades of Lime Green #1FCA25
Tints of Lime Green #1FCA25
RGB
CMYK
RGB Variations
Color information
#1FCA25 (or 0x1FCA25) is known color: Lime Green. HEX triplet: 1F, CA and 25. RGB value is (31,202,37). Sum of RGB (Red+Green+Blue) = 31+202+37=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 202 (79.30% from 255 or 74.81% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCA25 is #E035DA. Grayscale: #848484. Windows color (decimal): -14693851 or 2476575. OLE color: 2476575.
HSL color Cylindrical-coordinate representation of color #1FCA25: hue angle of 122.11º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCA25 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 37 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.21 |
| HSL | 122.11º | 0.73% | 0.46% | - |
| HSV(B) | 122.11º | 0.85% | 0.79% | - |
| XYZ | 22.02 | 42.67 | 8.83 | - |
| YUV | 132.06 | 74.35 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 37 | 0.85 | 0 | 0.82 | 0.21 | 122.11 | 0.73 | 0.46 |
| Hex | 1F | CA | 25 | 55 | 0 | 52 | 15 | 7A | 49 | 2E |
| Octal | 37 | 312 | 45 | 125 | 0 | 122 | 25 | 172 | 111 | 56 |
| Binary | 11111 | 11001010 | 100101 | 1010101 | 0 | 1010010 | 10101 | 1111010 | 1001001 | 101110 |
Color Harmonies of #1FCA25
Complementary color
Monochromatic Colors of #1FCA25
Black with #1FCA25
Text Example
Text Example
White with #1FCA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCA25; }
p { color: rgb(31,202,37); }
H1.HeaderClassName
{
color: #1FCA25;
}
.AnyTagClassName
{
color: #1FCA25;
}
</style>
background-color css
<style>
a { background-color: #1FCA25; }
a { background-color: rgb(31,202,37); }
div.DivClassName
{
background-color: #1FCA25;
}
.BgClassName
{
background-color: #1FCA25;
}
</style>
border-color css
<style>
span { border-color: #1FCA25; }
span { border-color: rgb(31,202,37); }
td.TdClassName
{
border-color: #1FCA25;
}
.TagClassName
{
border-color: #1FCA25;
}
</style>