Shades of Lime Green #33FF49
Tints of Lime Green #33FF49
RGB
CMYK
RGB Variations
Color information
#33FF49 (or 0x33FF49) is known color: Lime Green. HEX triplet: 33, FF and 49. RGB value is (51,255,73). Sum of RGB (Red+Green+Blue) = 51+255+73=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 255 (100% from 255 or 67.28% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF49 is #CC00B6. Grayscale: #ADADAD. Windows color (decimal): -13369527 or 4849459. OLE color: 4849459.
HSL color Cylindrical-coordinate representation of color #33FF49: hue angle of 126.47º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FF49 is Cyan = 0.8, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 73 | - |
| CMYK | 0.8 | 0 | 0.71 | 0 |
| HSL | 126.47º | 1% | 0.6% | - |
| HSV(B) | 126.47º | 0.8% | 1% | - |
| XYZ | 38.33 | 72.7 | 18.32 | - |
| YUV | 173.26 | 71.41 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 73 | 0.8 | 0 | 0.71 | 0 | 126.47 | 1 | 0.6 |
| Hex | 33 | FF | 49 | 50 | 0 | 47 | 0 | 7E | 64 | 3C |
| Octal | 63 | 377 | 111 | 120 | 0 | 107 | 0 | 176 | 144 | 74 |
| Binary | 110011 | 11111111 | 1001001 | 1010000 | 0 | 1000111 | 0 | 1111110 | 1100100 | 111100 |
Color Harmonies of #33FF49
Complementary color
Monochromatic Colors of #33FF49
Black with #33FF49
Text Example
Text Example
White with #33FF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FF49; }
p { color: rgb(51,255,73); }
H1.HeaderClassName
{
color: #33FF49;
}
.AnyTagClassName
{
color: #33FF49;
}
</style>
background-color css
<style>
a { background-color: #33FF49; }
a { background-color: rgb(51,255,73); }
div.DivClassName
{
background-color: #33FF49;
}
.BgClassName
{
background-color: #33FF49;
}
</style>
border-color css
<style>
span { border-color: #33FF49; }
span { border-color: rgb(51,255,73); }
td.TdClassName
{
border-color: #33FF49;
}
.TagClassName
{
border-color: #33FF49;
}
</style>