Shades of Lime Green #31CF33
Tints of Lime Green #31CF33
RGB
CMYK
RGB Variations
Color information
#31CF33 (or 0x31CF33) is known color: Lime Green. HEX triplet: 31, CF and 33. RGB value is (49,207,51). Sum of RGB (Red+Green+Blue) = 49+207+51=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 207 (81.25% from 255 or 67.43% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CF33 is #CE30CC. Grayscale: #8E8E8E. Windows color (decimal): -13512909 or 3395377. OLE color: 3395377.
HSL color Cylindrical-coordinate representation of color #31CF33: hue angle of 120.76º 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 #31CF33 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 51 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.19 |
| HSL | 120.76º | 0.62% | 0.5% | - |
| HSV(B) | 120.76º | 0.76% | 0.81% | - |
| XYZ | 24.18 | 45.52 | 10.64 | - |
| YUV | 141.97 | 76.65 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 51 | 0.76 | 0 | 0.75 | 0.19 | 120.76 | 0.62 | 0.5 |
| Hex | 31 | CF | 33 | 4C | 0 | 4B | 13 | 79 | 3E | 32 |
| Octal | 61 | 317 | 63 | 114 | 0 | 113 | 23 | 171 | 76 | 62 |
| Binary | 110001 | 11001111 | 110011 | 1001100 | 0 | 1001011 | 10011 | 1111001 | 111110 | 110010 |
Color Harmonies of #31CF33
Complementary color
Monochromatic Colors of #31CF33
Black with #31CF33
Text Example
Text Example
White with #31CF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF33; }
p { color: rgb(49,207,51); }
H1.HeaderClassName
{
color: #31CF33;
}
.AnyTagClassName
{
color: #31CF33;
}
</style>
background-color css
<style>
a { background-color: #31CF33; }
a { background-color: rgb(49,207,51); }
div.DivClassName
{
background-color: #31CF33;
}
.BgClassName
{
background-color: #31CF33;
}
</style>
border-color css
<style>
span { border-color: #31CF33; }
span { border-color: rgb(49,207,51); }
td.TdClassName
{
border-color: #31CF33;
}
.TagClassName
{
border-color: #31CF33;
}
</style>