Shades of Lime Green #33C537
Tints of Lime Green #33C537
RGB
CMYK
RGB Variations
Color information
#33C537 (or 0x33C537) is known color: Lime Green. HEX triplet: 33, C5 and 37. RGB value is (51,197,55). Sum of RGB (Red+Green+Blue) = 51+197+55=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 197 (77.34% from 255 or 65.02% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 197 - color contains mainly: green. Hex color #33C537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C537 is #CC3AC8. Grayscale: #898989. Windows color (decimal): -13384393 or 3654963. OLE color: 3654963.
HSL color Cylindrical-coordinate representation of color #33C537: hue angle of 121.64º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C537 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 197 | 55 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.23 |
| HSL | 121.64º | 0.59% | 0.49% | - |
| HSV(B) | 121.64º | 0.74% | 0.77% | - |
| XYZ | 22.02 | 40.91 | 10.35 | - |
| YUV | 137.16 | 81.63 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 197 | 55 | 0.74 | 0 | 0.72 | 0.23 | 121.64 | 0.59 | 0.49 |
| Hex | 33 | C5 | 37 | 4A | 0 | 48 | 17 | 7A | 3B | 31 |
| Octal | 63 | 305 | 67 | 112 | 0 | 110 | 27 | 172 | 73 | 61 |
| Binary | 110011 | 11000101 | 110111 | 1001010 | 0 | 1001000 | 10111 | 1111010 | 111011 | 110001 |
Color Harmonies of #33C537
Complementary color
Monochromatic Colors of #33C537
Black with #33C537
Text Example
Text Example
White with #33C537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C537; }
p { color: rgb(51,197,55); }
H1.HeaderClassName
{
color: #33C537;
}
.AnyTagClassName
{
color: #33C537;
}
</style>
background-color css
<style>
a { background-color: #33C537; }
a { background-color: rgb(51,197,55); }
div.DivClassName
{
background-color: #33C537;
}
.BgClassName
{
background-color: #33C537;
}
</style>
border-color css
<style>
span { border-color: #33C537; }
span { border-color: rgb(51,197,55); }
td.TdClassName
{
border-color: #33C537;
}
.TagClassName
{
border-color: #33C537;
}
</style>