Shades of Lime Green #33C751
Tints of Lime Green #33C751
RGB
CMYK
RGB Variations
Color information
#33C751 (or 0x33C751) is known color: Lime Green. HEX triplet: 33, C7 and 51. RGB value is (51,199,81). Sum of RGB (Red+Green+Blue) = 51+199+81=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 199 (78.12% from 255 or 60.12% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 199 - color contains mainly: green. Hex color #33C751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C751 is #CC38AE. Grayscale: #8D8D8D. Windows color (decimal): -13383855 or 5359411. OLE color: 5359411.
HSL color Cylindrical-coordinate representation of color #33C751: hue angle of 132.16º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C751 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 199 | 81 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.22 |
| HSL | 132.16º | 0.59% | 0.49% | - |
| HSV(B) | 132.16º | 0.74% | 0.78% | - |
| XYZ | 23.27 | 42.14 | 14.69 | - |
| YUV | 141.3 | 93.97 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 199 | 81 | 0.74 | 0 | 0.59 | 0.22 | 132.16 | 0.59 | 0.49 |
| Hex | 33 | C7 | 51 | 4A | 0 | 3B | 16 | 84 | 3B | 31 |
| Octal | 63 | 307 | 121 | 112 | 0 | 73 | 26 | 204 | 73 | 61 |
| Binary | 110011 | 11000111 | 1010001 | 1001010 | 0 | 111011 | 10110 | 10000100 | 111011 | 110001 |
Color Harmonies of #33C751
Complementary color
Monochromatic Colors of #33C751
Black with #33C751
Text Example
Text Example
White with #33C751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C751; }
p { color: rgb(51,199,81); }
H1.HeaderClassName
{
color: #33C751;
}
.AnyTagClassName
{
color: #33C751;
}
</style>
background-color css
<style>
a { background-color: #33C751; }
a { background-color: rgb(51,199,81); }
div.DivClassName
{
background-color: #33C751;
}
.BgClassName
{
background-color: #33C751;
}
</style>
border-color css
<style>
span { border-color: #33C751; }
span { border-color: rgb(51,199,81); }
td.TdClassName
{
border-color: #33C751;
}
.TagClassName
{
border-color: #33C751;
}
</style>