Shades of Lime Green #33E349
Tints of Lime Green #33E349
RGB
CMYK
RGB Variations
Color information
#33E349 (or 0x33E349) is known color: Lime Green. HEX triplet: 33, E3 and 49. RGB value is (51,227,73). Sum of RGB (Red+Green+Blue) = 51+227+73=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 227 (89.06% from 255 or 64.67% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 227 - color contains mainly: green. Hex color #33E349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E349 is #CC1CB6. Grayscale: #9D9D9D. Windows color (decimal): -13376695 or 4842291. OLE color: 4842291.
HSL color Cylindrical-coordinate representation of color #33E349: hue angle of 127.5º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E349 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 227 | 73 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.11 |
| HSL | 127.5º | 0.76% | 0.55% | - |
| HSV(B) | 127.5º | 0.78% | 0.89% | - |
| XYZ | 30.04 | 56.12 | 15.55 | - |
| YUV | 156.82 | 80.69 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 227 | 73 | 0.78 | 0 | 0.68 | 0.11 | 127.5 | 0.76 | 0.55 |
| Hex | 33 | E3 | 49 | 4E | 0 | 44 | B | 80 | 4C | 37 |
| Octal | 63 | 343 | 111 | 116 | 0 | 104 | 13 | 200 | 114 | 67 |
| Binary | 110011 | 11100011 | 1001001 | 1001110 | 0 | 1000100 | 1011 | 10000000 | 1001100 | 110111 |
Color Harmonies of #33E349
Complementary color
Monochromatic Colors of #33E349
Black with #33E349
Text Example
Text Example
White with #33E349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E349; }
p { color: rgb(51,227,73); }
H1.HeaderClassName
{
color: #33E349;
}
.AnyTagClassName
{
color: #33E349;
}
</style>
background-color css
<style>
a { background-color: #33E349; }
a { background-color: rgb(51,227,73); }
div.DivClassName
{
background-color: #33E349;
}
.BgClassName
{
background-color: #33E349;
}
</style>
border-color css
<style>
span { border-color: #33E349; }
span { border-color: rgb(51,227,73); }
td.TdClassName
{
border-color: #33E349;
}
.TagClassName
{
border-color: #33E349;
}
</style>