Shades of Lime Green #33D448
Tints of Lime Green #33D448
RGB
CMYK
RGB Variations
Color information
#33D448 (or 0x33D448) is known color: Lime Green. HEX triplet: 33, D4 and 48. RGB value is (51,212,72). Sum of RGB (Red+Green+Blue) = 51+212+72=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 212 (83.20% from 255 or 63.28% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 212 - color contains mainly: green. Hex color #33D448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D448 is #CC2BB7. Grayscale: #949494. Windows color (decimal): -13380536 or 4772915. OLE color: 4772915.
HSL color Cylindrical-coordinate representation of color #33D448: hue angle of 127.83º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D448 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 212 | 72 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.17 |
| HSL | 127.83º | 0.65% | 0.52% | - |
| HSV(B) | 127.83º | 0.76% | 0.83% | - |
| XYZ | 26.08 | 48.26 | 14.07 | - |
| YUV | 147.9 | 85.16 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 212 | 72 | 0.76 | 0 | 0.66 | 0.17 | 127.83 | 0.65 | 0.52 |
| Hex | 33 | D4 | 48 | 4C | 0 | 42 | 11 | 80 | 41 | 34 |
| Octal | 63 | 324 | 110 | 114 | 0 | 102 | 21 | 200 | 101 | 64 |
| Binary | 110011 | 11010100 | 1001000 | 1001100 | 0 | 1000010 | 10001 | 10000000 | 1000001 | 110100 |
Color Harmonies of #33D448
Complementary color
Monochromatic Colors of #33D448
Black with #33D448
Text Example
Text Example
White with #33D448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D448; }
p { color: rgb(51,212,72); }
H1.HeaderClassName
{
color: #33D448;
}
.AnyTagClassName
{
color: #33D448;
}
</style>
background-color css
<style>
a { background-color: #33D448; }
a { background-color: rgb(51,212,72); }
div.DivClassName
{
background-color: #33D448;
}
.BgClassName
{
background-color: #33D448;
}
</style>
border-color css
<style>
span { border-color: #33D448; }
span { border-color: rgb(51,212,72); }
td.TdClassName
{
border-color: #33D448;
}
.TagClassName
{
border-color: #33D448;
}
</style>