Shades of Lime Green #1FC433
Tints of Lime Green #1FC433
RGB
CMYK
RGB Variations
Color information
#1FC433 (or 0x1FC433) is known color: Lime Green. HEX triplet: 1F, C4 and 33. RGB value is (31,196,51). Sum of RGB (Red+Green+Blue) = 31+196+51=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 196 (76.95% from 255 or 70.50% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC433 is #E03BCC. Grayscale: #828282. Windows color (decimal): -14695373 or 3392543. OLE color: 3392543.
HSL color Cylindrical-coordinate representation of color #1FC433: hue angle of 127.27º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC433 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 196 | 51 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.23 |
| HSL | 127.27º | 0.73% | 0.45% | - |
| HSV(B) | 127.27º | 0.84% | 0.77% | - |
| XYZ | 20.9 | 40.01 | 9.75 | - |
| YUV | 130.14 | 83.34 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 196 | 51 | 0.84 | 0 | 0.74 | 0.23 | 127.27 | 0.73 | 0.45 |
| Hex | 1F | C4 | 33 | 54 | 0 | 4A | 17 | 7F | 49 | 2D |
| Octal | 37 | 304 | 63 | 124 | 0 | 112 | 27 | 177 | 111 | 55 |
| Binary | 11111 | 11000100 | 110011 | 1010100 | 0 | 1001010 | 10111 | 1111111 | 1001001 | 101101 |
Color Harmonies of #1FC433
Complementary color
Monochromatic Colors of #1FC433
Black with #1FC433
Text Example
Text Example
White with #1FC433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC433; }
p { color: rgb(31,196,51); }
H1.HeaderClassName
{
color: #1FC433;
}
.AnyTagClassName
{
color: #1FC433;
}
</style>
background-color css
<style>
a { background-color: #1FC433; }
a { background-color: rgb(31,196,51); }
div.DivClassName
{
background-color: #1FC433;
}
.BgClassName
{
background-color: #1FC433;
}
</style>
border-color css
<style>
span { border-color: #1FC433; }
span { border-color: rgb(31,196,51); }
td.TdClassName
{
border-color: #1FC433;
}
.TagClassName
{
border-color: #1FC433;
}
</style>