Shades of Lime Green #33C652
Tints of Lime Green #33C652
RGB
CMYK
RGB Variations
Color information
#33C652 (or 0x33C652) is known color: Lime Green. HEX triplet: 33, C6 and 52. RGB value is (51,198,82). Sum of RGB (Red+Green+Blue) = 51+198+82=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 198 (77.73% from 255 or 59.82% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 198 - color contains mainly: green. Hex color #33C652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C652 is #CC39AD. Grayscale: #8D8D8D. Windows color (decimal): -13384110 or 5424691. OLE color: 5424691.
HSL color Cylindrical-coordinate representation of color #33C652: hue angle of 132.65º 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 #33C652 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 198 | 82 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.22 |
| HSL | 132.65º | 0.59% | 0.49% | - |
| HSV(B) | 132.65º | 0.74% | 0.78% | - |
| XYZ | 23.08 | 41.7 | 14.82 | - |
| YUV | 140.82 | 94.8 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 198 | 82 | 0.74 | 0 | 0.59 | 0.22 | 132.65 | 0.59 | 0.49 |
| Hex | 33 | C6 | 52 | 4A | 0 | 3B | 16 | 85 | 3B | 31 |
| Octal | 63 | 306 | 122 | 112 | 0 | 73 | 26 | 205 | 73 | 61 |
| Binary | 110011 | 11000110 | 1010010 | 1001010 | 0 | 111011 | 10110 | 10000101 | 111011 | 110001 |
Color Harmonies of #33C652
Complementary color
Monochromatic Colors of #33C652
Black with #33C652
Text Example
Text Example
White with #33C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C652; }
p { color: rgb(51,198,82); }
H1.HeaderClassName
{
color: #33C652;
}
.AnyTagClassName
{
color: #33C652;
}
</style>
background-color css
<style>
a { background-color: #33C652; }
a { background-color: rgb(51,198,82); }
div.DivClassName
{
background-color: #33C652;
}
.BgClassName
{
background-color: #33C652;
}
</style>
border-color css
<style>
span { border-color: #33C652; }
span { border-color: rgb(51,198,82); }
td.TdClassName
{
border-color: #33C652;
}
.TagClassName
{
border-color: #33C652;
}
</style>