Shades of Lime Green #31CF4A
Tints of Lime Green #31CF4A
RGB
CMYK
RGB Variations
Color information
#31CF4A (or 0x31CF4A) is known color: Lime Green. HEX triplet: 31, CF and 4A. RGB value is (49,207,74). Sum of RGB (Red+Green+Blue) = 49+207+74=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 207 (81.25% from 255 or 62.73% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CF4A is #CE30B5. Grayscale: #909090. Windows color (decimal): -13512886 or 4902705. OLE color: 4902705.
HSL color Cylindrical-coordinate representation of color #31CF4A: hue angle of 129.49º 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 #31CF4A is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 74 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.19 |
| HSL | 129.49º | 0.62% | 0.5% | - |
| HSV(B) | 129.49º | 0.76% | 0.81% | - |
| XYZ | 24.82 | 45.77 | 14.01 | - |
| YUV | 144.6 | 88.15 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 74 | 0.76 | 0 | 0.64 | 0.19 | 129.49 | 0.62 | 0.5 |
| Hex | 31 | CF | 4A | 4C | 0 | 40 | 13 | 81 | 3E | 32 |
| Octal | 61 | 317 | 112 | 114 | 0 | 100 | 23 | 201 | 76 | 62 |
| Binary | 110001 | 11001111 | 1001010 | 1001100 | 0 | 1000000 | 10011 | 10000001 | 111110 | 110010 |
Color Harmonies of #31CF4A
Complementary color
Monochromatic Colors of #31CF4A
Black with #31CF4A
Text Example
Text Example
White with #31CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF4A; }
p { color: rgb(49,207,74); }
H1.HeaderClassName
{
color: #31CF4A;
}
.AnyTagClassName
{
color: #31CF4A;
}
</style>
background-color css
<style>
a { background-color: #31CF4A; }
a { background-color: rgb(49,207,74); }
div.DivClassName
{
background-color: #31CF4A;
}
.BgClassName
{
background-color: #31CF4A;
}
</style>
border-color css
<style>
span { border-color: #31CF4A; }
span { border-color: rgb(49,207,74); }
td.TdClassName
{
border-color: #31CF4A;
}
.TagClassName
{
border-color: #31CF4A;
}
</style>