Shades of Lime Green #33C651
Tints of Lime Green #33C651
RGB
CMYK
RGB Variations
Color information
#33C651 (or 0x33C651) is known color: Lime Green. HEX triplet: 33, C6 and 51. RGB value is (51,198,81). Sum of RGB (Red+Green+Blue) = 51+198+81=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 198 (77.73% from 255 or 60% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 198 - color contains mainly: green. Hex color #33C651 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C651 is #CC39AE. Grayscale: #8D8D8D. Windows color (decimal): -13384111 or 5359155. OLE color: 5359155.
HSL color Cylindrical-coordinate representation of color #33C651: hue angle of 132.24º 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 #33C651 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 198 | 81 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.22 |
| HSL | 132.24º | 0.59% | 0.49% | - |
| HSV(B) | 132.24º | 0.74% | 0.78% | - |
| XYZ | 23.04 | 41.69 | 14.62 | - |
| YUV | 140.71 | 94.3 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 198 | 81 | 0.74 | 0 | 0.59 | 0.22 | 132.24 | 0.59 | 0.49 |
| Hex | 33 | C6 | 51 | 4A | 0 | 3B | 16 | 84 | 3B | 31 |
| Octal | 63 | 306 | 121 | 112 | 0 | 73 | 26 | 204 | 73 | 61 |
| Binary | 110011 | 11000110 | 1010001 | 1001010 | 0 | 111011 | 10110 | 10000100 | 111011 | 110001 |
Color Harmonies of #33C651
Complementary color
Monochromatic Colors of #33C651
Black with #33C651
Text Example
Text Example
White with #33C651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C651; }
p { color: rgb(51,198,81); }
H1.HeaderClassName
{
color: #33C651;
}
.AnyTagClassName
{
color: #33C651;
}
</style>
background-color css
<style>
a { background-color: #33C651; }
a { background-color: rgb(51,198,81); }
div.DivClassName
{
background-color: #33C651;
}
.BgClassName
{
background-color: #33C651;
}
</style>
border-color css
<style>
span { border-color: #33C651; }
span { border-color: rgb(51,198,81); }
td.TdClassName
{
border-color: #33C651;
}
.TagClassName
{
border-color: #33C651;
}
</style>