Shades of Lime Green #31CB33
Tints of Lime Green #31CB33
RGB
CMYK
RGB Variations
Color information
#31CB33 (or 0x31CB33) is known color: Lime Green. HEX triplet: 31, CB and 33. RGB value is (49,203,51). Sum of RGB (Red+Green+Blue) = 49+203+51=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 203 (79.69% from 255 or 67.00% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CB33 is #CE34CC. Grayscale: #8C8C8C. Windows color (decimal): -13513933 or 3394353. OLE color: 3394353.
HSL color Cylindrical-coordinate representation of color #31CB33: hue angle of 120.78º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CB33 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 203 | 51 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.20 |
| HSL | 120.78º | 0.61% | 0.49% | - |
| HSV(B) | 120.78º | 0.76% | 0.8% | - |
| XYZ | 23.22 | 43.6 | 10.32 | - |
| YUV | 139.63 | 77.98 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 51 | 0.76 | 0 | 0.75 | 0.20 | 120.78 | 0.61 | 0.49 |
| Hex | 31 | CB | 33 | 4C | 0 | 4B | 14 | 79 | 3D | 31 |
| Octal | 61 | 313 | 63 | 114 | 0 | 113 | 24 | 171 | 75 | 61 |
| Binary | 110001 | 11001011 | 110011 | 1001100 | 0 | 1001011 | 10100 | 1111001 | 111101 | 110001 |
Color Harmonies of #31CB33
Complementary color
Monochromatic Colors of #31CB33
Black with #31CB33
Text Example
Text Example
White with #31CB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CB33; }
p { color: rgb(49,203,51); }
H1.HeaderClassName
{
color: #31CB33;
}
.AnyTagClassName
{
color: #31CB33;
}
</style>
background-color css
<style>
a { background-color: #31CB33; }
a { background-color: rgb(49,203,51); }
div.DivClassName
{
background-color: #31CB33;
}
.BgClassName
{
background-color: #31CB33;
}
</style>
border-color css
<style>
span { border-color: #31CB33; }
span { border-color: rgb(49,203,51); }
td.TdClassName
{
border-color: #31CB33;
}
.TagClassName
{
border-color: #31CB33;
}
</style>