Shades of Lime Green #33D336
Tints of Lime Green #33D336
RGB
CMYK
RGB Variations
Color information
#33D336 (or 0x33D336) is known color: Lime Green. HEX triplet: 33, D3 and 36. RGB value is (51,211,54). Sum of RGB (Red+Green+Blue) = 51+211+54=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 211 (82.81% from 255 or 66.77% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 211 - color contains mainly: green. Hex color #33D336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D336 is #CC2CC9. Grayscale: #919191. Windows color (decimal): -13380810 or 3593011. OLE color: 3593011.
HSL color Cylindrical-coordinate representation of color #33D336: hue angle of 121.12º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D336 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 211 | 54 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.17 |
| HSL | 121.13º | 0.65% | 0.51% | - |
| HSV(B) | 121.13º | 0.76% | 0.83% | - |
| XYZ | 25.33 | 47.56 | 11.33 | - |
| YUV | 145.26 | 76.49 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 211 | 54 | 0.76 | 0 | 0.74 | 0.17 | 121.13 | 0.65 | 0.51 |
| Hex | 33 | D3 | 36 | 4C | 0 | 4A | 11 | 79 | 41 | 33 |
| Octal | 63 | 323 | 66 | 114 | 0 | 112 | 21 | 171 | 101 | 63 |
| Binary | 110011 | 11010011 | 110110 | 1001100 | 0 | 1001010 | 10001 | 1111001 | 1000001 | 110011 |
Color Harmonies of #33D336
Complementary color
Monochromatic Colors of #33D336
Black with #33D336
Text Example
Text Example
White with #33D336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D336; }
p { color: rgb(51,211,54); }
H1.HeaderClassName
{
color: #33D336;
}
.AnyTagClassName
{
color: #33D336;
}
</style>
background-color css
<style>
a { background-color: #33D336; }
a { background-color: rgb(51,211,54); }
div.DivClassName
{
background-color: #33D336;
}
.BgClassName
{
background-color: #33D336;
}
</style>
border-color css
<style>
span { border-color: #33D336; }
span { border-color: rgb(51,211,54); }
td.TdClassName
{
border-color: #33D336;
}
.TagClassName
{
border-color: #33D336;
}
</style>