Shades of Lime Green #31CF36
Tints of Lime Green #31CF36
RGB
CMYK
RGB Variations
Color information
#31CF36 (or 0x31CF36) is known color: Lime Green. HEX triplet: 31, CF and 36. RGB value is (49,207,54). Sum of RGB (Red+Green+Blue) = 49+207+54=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 207 (81.25% from 255 or 66.77% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CF36 is #CE30C9. Grayscale: #8E8E8E. Windows color (decimal): -13512906 or 3591985. OLE color: 3591985.
HSL color Cylindrical-coordinate representation of color #31CF36: hue angle of 121.9º 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 #31CF36 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 54 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.19 |
| HSL | 121.9º | 0.62% | 0.5% | - |
| HSV(B) | 121.9º | 0.76% | 0.81% | - |
| XYZ | 24.25 | 45.54 | 11 | - |
| YUV | 142.32 | 78.15 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 54 | 0.76 | 0 | 0.74 | 0.19 | 121.9 | 0.62 | 0.5 |
| Hex | 31 | CF | 36 | 4C | 0 | 4A | 13 | 7A | 3E | 32 |
| Octal | 61 | 317 | 66 | 114 | 0 | 112 | 23 | 172 | 76 | 62 |
| Binary | 110001 | 11001111 | 110110 | 1001100 | 0 | 1001010 | 10011 | 1111010 | 111110 | 110010 |
Color Harmonies of #31CF36
Complementary color
Monochromatic Colors of #31CF36
Black with #31CF36
Text Example
Text Example
White with #31CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF36; }
p { color: rgb(49,207,54); }
H1.HeaderClassName
{
color: #31CF36;
}
.AnyTagClassName
{
color: #31CF36;
}
</style>
background-color css
<style>
a { background-color: #31CF36; }
a { background-color: rgb(49,207,54); }
div.DivClassName
{
background-color: #31CF36;
}
.BgClassName
{
background-color: #31CF36;
}
</style>
border-color css
<style>
span { border-color: #31CF36; }
span { border-color: rgb(49,207,54); }
td.TdClassName
{
border-color: #31CF36;
}
.TagClassName
{
border-color: #31CF36;
}
</style>