Shades of Lime Green #31CF41
Tints of Lime Green #31CF41
RGB
CMYK
RGB Variations
Color information
#31CF41 (or 0x31CF41) is known color: Lime Green. HEX triplet: 31, CF and 41. RGB value is (49,207,65). Sum of RGB (Red+Green+Blue) = 49+207+65=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 207 (81.25% from 255 or 64.49% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CF41 is #CE30BE. Grayscale: #8F8F8F. Windows color (decimal): -13512895 or 4312881. OLE color: 4312881.
HSL color Cylindrical-coordinate representation of color #31CF41: hue angle of 126.08º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CF41 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 65 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.19 |
| HSL | 126.08º | 0.62% | 0.5% | - |
| HSV(B) | 126.08º | 0.76% | 0.81% | - |
| XYZ | 24.53 | 45.66 | 12.52 | - |
| YUV | 143.57 | 83.65 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 65 | 0.76 | 0 | 0.69 | 0.19 | 126.08 | 0.62 | 0.5 |
| Hex | 31 | CF | 41 | 4C | 0 | 45 | 13 | 7E | 3E | 32 |
| Octal | 61 | 317 | 101 | 114 | 0 | 105 | 23 | 176 | 76 | 62 |
| Binary | 110001 | 11001111 | 1000001 | 1001100 | 0 | 1000101 | 10011 | 1111110 | 111110 | 110010 |
Color Harmonies of #31CF41
Complementary color
Monochromatic Colors of #31CF41
Black with #31CF41
Text Example
Text Example
White with #31CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF41; }
p { color: rgb(49,207,65); }
H1.HeaderClassName
{
color: #31CF41;
}
.AnyTagClassName
{
color: #31CF41;
}
</style>
background-color css
<style>
a { background-color: #31CF41; }
a { background-color: rgb(49,207,65); }
div.DivClassName
{
background-color: #31CF41;
}
.BgClassName
{
background-color: #31CF41;
}
</style>
border-color css
<style>
span { border-color: #31CF41; }
span { border-color: rgb(49,207,65); }
td.TdClassName
{
border-color: #31CF41;
}
.TagClassName
{
border-color: #31CF41;
}
</style>