Shades of Lime Green #33D536
Tints of Lime Green #33D536
RGB
CMYK
RGB Variations
Color information
#33D536 (or 0x33D536) is known color: Lime Green. HEX triplet: 33, D5 and 36. RGB value is (51,213,54). Sum of RGB (Red+Green+Blue) = 51+213+54=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 213 (83.59% from 255 or 66.98% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 213 - color contains mainly: green. Hex color #33D536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D536 is #CC2AC9. Grayscale: #929292. Windows color (decimal): -13380298 or 3593523. OLE color: 3593523.
HSL color Cylindrical-coordinate representation of color #33D536: hue angle of 121.11º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D536 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 213 | 54 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.16 |
| HSL | 121.11º | 0.66% | 0.52% | - |
| HSV(B) | 121.11º | 0.76% | 0.84% | - |
| XYZ | 25.83 | 48.56 | 11.5 | - |
| YUV | 146.44 | 75.83 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 54 | 0.76 | 0 | 0.75 | 0.16 | 121.11 | 0.66 | 0.52 |
| Hex | 33 | D5 | 36 | 4C | 0 | 4B | 10 | 79 | 42 | 34 |
| Octal | 63 | 325 | 66 | 114 | 0 | 113 | 20 | 171 | 102 | 64 |
| Binary | 110011 | 11010101 | 110110 | 1001100 | 0 | 1001011 | 10000 | 1111001 | 1000010 | 110100 |
Color Harmonies of #33D536
Complementary color
Monochromatic Colors of #33D536
Black with #33D536
Text Example
Text Example
White with #33D536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D536; }
p { color: rgb(51,213,54); }
H1.HeaderClassName
{
color: #33D536;
}
.AnyTagClassName
{
color: #33D536;
}
</style>
background-color css
<style>
a { background-color: #33D536; }
a { background-color: rgb(51,213,54); }
div.DivClassName
{
background-color: #33D536;
}
.BgClassName
{
background-color: #33D536;
}
</style>
border-color css
<style>
span { border-color: #33D536; }
span { border-color: rgb(51,213,54); }
td.TdClassName
{
border-color: #33D536;
}
.TagClassName
{
border-color: #33D536;
}
</style>