Shades of Lime Green #33C036
Tints of Lime Green #33C036
RGB
CMYK
RGB Variations
Color information
#33C036 (or 0x33C036) is known color: Lime Green. HEX triplet: 33, C0 and 36. RGB value is (51,192,54). Sum of RGB (Red+Green+Blue) = 51+192+54=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #33C036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C036 is #CC3FC9. Grayscale: #868686. Windows color (decimal): -13385674 or 3588147. OLE color: 3588147.
HSL color Cylindrical-coordinate representation of color #33C036: hue angle of 121.28º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C036 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 54 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.25 |
| HSL | 121.28º | 0.58% | 0.48% | - |
| HSV(B) | 121.28º | 0.73% | 0.75% | - |
| XYZ | 20.88 | 38.67 | 9.85 | - |
| YUV | 134.11 | 82.79 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 54 | 0.73 | 0 | 0.72 | 0.25 | 121.28 | 0.58 | 0.48 |
| Hex | 33 | C0 | 36 | 49 | 0 | 48 | 19 | 79 | 3A | 30 |
| Octal | 63 | 300 | 66 | 111 | 0 | 110 | 31 | 171 | 72 | 60 |
| Binary | 110011 | 11000000 | 110110 | 1001001 | 0 | 1001000 | 11001 | 1111001 | 111010 | 110000 |
Color Harmonies of #33C036
Complementary color
Monochromatic Colors of #33C036
Black with #33C036
Text Example
Text Example
White with #33C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C036; }
p { color: rgb(51,192,54); }
H1.HeaderClassName
{
color: #33C036;
}
.AnyTagClassName
{
color: #33C036;
}
</style>
background-color css
<style>
a { background-color: #33C036; }
a { background-color: rgb(51,192,54); }
div.DivClassName
{
background-color: #33C036;
}
.BgClassName
{
background-color: #33C036;
}
</style>
border-color css
<style>
span { border-color: #33C036; }
span { border-color: rgb(51,192,54); }
td.TdClassName
{
border-color: #33C036;
}
.TagClassName
{
border-color: #33C036;
}
</style>