Shades of Lime Green #33D244
Tints of Lime Green #33D244
RGB
CMYK
RGB Variations
Color information
#33D244 (or 0x33D244) is known color: Lime Green. HEX triplet: 33, D2 and 44. RGB value is (51,210,68). Sum of RGB (Red+Green+Blue) = 51+210+68=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #33D244 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D244 is #CC2DBB. Grayscale: #929292. Windows color (decimal): -13381052 or 4510259. OLE color: 4510259.
HSL color Cylindrical-coordinate representation of color #33D244: hue angle of 126.42º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D244 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 210 | 68 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.18 |
| HSL | 126.42º | 0.64% | 0.51% | - |
| HSV(B) | 126.42º | 0.76% | 0.82% | - |
| XYZ | 25.46 | 47.21 | 13.24 | - |
| YUV | 146.27 | 83.82 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 210 | 68 | 0.76 | 0 | 0.68 | 0.18 | 126.42 | 0.64 | 0.51 |
| Hex | 33 | D2 | 44 | 4C | 0 | 44 | 12 | 7E | 40 | 33 |
| Octal | 63 | 322 | 104 | 114 | 0 | 104 | 22 | 176 | 100 | 63 |
| Binary | 110011 | 11010010 | 1000100 | 1001100 | 0 | 1000100 | 10010 | 1111110 | 1000000 | 110011 |
Color Harmonies of #33D244
Complementary color
Monochromatic Colors of #33D244
Black with #33D244
Text Example
Text Example
White with #33D244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D244; }
p { color: rgb(51,210,68); }
H1.HeaderClassName
{
color: #33D244;
}
.AnyTagClassName
{
color: #33D244;
}
</style>
background-color css
<style>
a { background-color: #33D244; }
a { background-color: rgb(51,210,68); }
div.DivClassName
{
background-color: #33D244;
}
.BgClassName
{
background-color: #33D244;
}
</style>
border-color css
<style>
span { border-color: #33D244; }
span { border-color: rgb(51,210,68); }
td.TdClassName
{
border-color: #33D244;
}
.TagClassName
{
border-color: #33D244;
}
</style>