Shades of Lime Green #1FC230
Tints of Lime Green #1FC230
RGB
CMYK
RGB Variations
Color information
#1FC230 (or 0x1FC230) is known color: Lime Green. HEX triplet: 1F, C2 and 30. RGB value is (31,194,48). Sum of RGB (Red+Green+Blue) = 31+194+48=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 194 (76.17% from 255 or 71.06% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC230 is #E03DCF. Grayscale: #818181. Windows color (decimal): -14695888 or 3195423. OLE color: 3195423.
HSL color Cylindrical-coordinate representation of color #1FC230: hue angle of 126.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC230 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 48 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.24 |
| HSL | 126.26º | 0.72% | 0.44% | - |
| HSV(B) | 126.26º | 0.84% | 0.76% | - |
| XYZ | 20.39 | 39.09 | 9.27 | - |
| YUV | 128.62 | 82.5 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 48 | 0.84 | 0 | 0.75 | 0.24 | 126.26 | 0.72 | 0.44 |
| Hex | 1F | C2 | 30 | 54 | 0 | 4B | 18 | 7E | 48 | 2C |
| Octal | 37 | 302 | 60 | 124 | 0 | 113 | 30 | 176 | 110 | 54 |
| Binary | 11111 | 11000010 | 110000 | 1010100 | 0 | 1001011 | 11000 | 1111110 | 1001000 | 101100 |
Color Harmonies of #1FC230
Complementary color
Monochromatic Colors of #1FC230
Black with #1FC230
Text Example
Text Example
White with #1FC230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC230; }
p { color: rgb(31,194,48); }
H1.HeaderClassName
{
color: #1FC230;
}
.AnyTagClassName
{
color: #1FC230;
}
</style>
background-color css
<style>
a { background-color: #1FC230; }
a { background-color: rgb(31,194,48); }
div.DivClassName
{
background-color: #1FC230;
}
.BgClassName
{
background-color: #1FC230;
}
</style>
border-color css
<style>
span { border-color: #1FC230; }
span { border-color: rgb(31,194,48); }
td.TdClassName
{
border-color: #1FC230;
}
.TagClassName
{
border-color: #1FC230;
}
</style>