Shades of Lime Green #33C32D
Tints of Lime Green #33C32D
RGB
CMYK
RGB Variations
Color information
#33C32D (or 0x33C32D) is known color: Lime Green. HEX triplet: 33, C3 and 2D. RGB value is (51,195,45). Sum of RGB (Red+Green+Blue) = 51+195+45=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 195 (76.56% from 255 or 67.01% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 195 - color contains mainly: green. Hex color #33C32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C32D is #CC3CD2. Grayscale: #878787. Windows color (decimal): -13384915 or 2999091. OLE color: 2999091.
HSL color Cylindrical-coordinate representation of color #33C32D: hue angle of 117.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33C32D is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 195 | 45 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.24 |
| HSL | 117.6º | 0.63% | 0.47% | - |
| HSV(B) | 117.6º | 0.77% | 0.76% | - |
| XYZ | 21.35 | 39.92 | 9.06 | - |
| YUV | 134.84 | 77.29 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 195 | 45 | 0.74 | 0 | 0.77 | 0.24 | 117.6 | 0.63 | 0.47 |
| Hex | 33 | C3 | 2D | 4A | 0 | 4D | 18 | 76 | 3E | 2F |
| Octal | 63 | 303 | 55 | 112 | 0 | 115 | 30 | 166 | 76 | 57 |
| Binary | 110011 | 11000011 | 101101 | 1001010 | 0 | 1001101 | 11000 | 1110110 | 111110 | 101111 |
Color Harmonies of #33C32D
Complementary color
Monochromatic Colors of #33C32D
Black with #33C32D
Text Example
Text Example
White with #33C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C32D; }
p { color: rgb(51,195,45); }
H1.HeaderClassName
{
color: #33C32D;
}
.AnyTagClassName
{
color: #33C32D;
}
</style>
background-color css
<style>
a { background-color: #33C32D; }
a { background-color: rgb(51,195,45); }
div.DivClassName
{
background-color: #33C32D;
}
.BgClassName
{
background-color: #33C32D;
}
</style>
border-color css
<style>
span { border-color: #33C32D; }
span { border-color: rgb(51,195,45); }
td.TdClassName
{
border-color: #33C32D;
}
.TagClassName
{
border-color: #33C32D;
}
</style>