Shades of Lime Green #33D548
Tints of Lime Green #33D548
RGB
CMYK
RGB Variations
Color information
#33D548 (or 0x33D548) is known color: Lime Green. HEX triplet: 33, D5 and 48. RGB value is (51,213,72). Sum of RGB (Red+Green+Blue) = 51+213+72=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 213 (83.59% from 255 or 63.39% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 213 - color contains mainly: green. Hex color #33D548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D548 is #CC2AB7. Grayscale: #949494. Windows color (decimal): -13380280 or 4773171. OLE color: 4773171.
HSL color Cylindrical-coordinate representation of color #33D548: hue angle of 127.78º 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 #33D548 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 213 | 72 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.16 |
| HSL | 127.78º | 0.66% | 0.52% | - |
| HSV(B) | 127.78º | 0.76% | 0.84% | - |
| XYZ | 26.33 | 48.76 | 14.15 | - |
| YUV | 148.49 | 84.83 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 72 | 0.76 | 0 | 0.66 | 0.16 | 127.78 | 0.66 | 0.52 |
| Hex | 33 | D5 | 48 | 4C | 0 | 42 | 10 | 80 | 42 | 34 |
| Octal | 63 | 325 | 110 | 114 | 0 | 102 | 20 | 200 | 102 | 64 |
| Binary | 110011 | 11010101 | 1001000 | 1001100 | 0 | 1000010 | 10000 | 10000000 | 1000010 | 110100 |
Color Harmonies of #33D548
Complementary color
Monochromatic Colors of #33D548
Black with #33D548
Text Example
Text Example
White with #33D548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D548; }
p { color: rgb(51,213,72); }
H1.HeaderClassName
{
color: #33D548;
}
.AnyTagClassName
{
color: #33D548;
}
</style>
background-color css
<style>
a { background-color: #33D548; }
a { background-color: rgb(51,213,72); }
div.DivClassName
{
background-color: #33D548;
}
.BgClassName
{
background-color: #33D548;
}
</style>
border-color css
<style>
span { border-color: #33D548; }
span { border-color: rgb(51,213,72); }
td.TdClassName
{
border-color: #33D548;
}
.TagClassName
{
border-color: #33D548;
}
</style>