Shades of Lime Green #31CF42
Tints of Lime Green #31CF42
RGB
CMYK
RGB Variations
Color information
#31CF42 (or 0x31CF42) is known color: Lime Green. HEX triplet: 31, CF and 42. RGB value is (49,207,66). Sum of RGB (Red+Green+Blue) = 49+207+66=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 207 (81.25% from 255 or 64.29% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CF42 is #CE30BD. Grayscale: #909090. Windows color (decimal): -13512894 or 4378417. OLE color: 4378417.
HSL color Cylindrical-coordinate representation of color #31CF42: hue angle of 126.46º 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 #31CF42 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 66 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.19 |
| HSL | 126.46º | 0.62% | 0.5% | - |
| HSV(B) | 126.46º | 0.76% | 0.81% | - |
| XYZ | 24.56 | 45.67 | 12.68 | - |
| YUV | 143.68 | 84.15 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 66 | 0.76 | 0 | 0.68 | 0.19 | 126.46 | 0.62 | 0.5 |
| Hex | 31 | CF | 42 | 4C | 0 | 44 | 13 | 7E | 3E | 32 |
| Octal | 61 | 317 | 102 | 114 | 0 | 104 | 23 | 176 | 76 | 62 |
| Binary | 110001 | 11001111 | 1000010 | 1001100 | 0 | 1000100 | 10011 | 1111110 | 111110 | 110010 |
Color Harmonies of #31CF42
Complementary color
Monochromatic Colors of #31CF42
Black with #31CF42
Text Example
Text Example
White with #31CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF42; }
p { color: rgb(49,207,66); }
H1.HeaderClassName
{
color: #31CF42;
}
.AnyTagClassName
{
color: #31CF42;
}
</style>
background-color css
<style>
a { background-color: #31CF42; }
a { background-color: rgb(49,207,66); }
div.DivClassName
{
background-color: #31CF42;
}
.BgClassName
{
background-color: #31CF42;
}
</style>
border-color css
<style>
span { border-color: #31CF42; }
span { border-color: rgb(49,207,66); }
td.TdClassName
{
border-color: #31CF42;
}
.TagClassName
{
border-color: #31CF42;
}
</style>