Shades of Lime Green #33E115
Tints of Lime Green #33E115
RGB
CMYK
RGB Variations
Color information
#33E115 (or 0x33E115) is known color: Lime Green. HEX triplet: 33, E1 and 15. RGB value is (51,225,21). Sum of RGB (Red+Green+Blue) = 51+225+21=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 225 (88.28% from 255 or 75.76% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 225 - color contains mainly: green. Hex color #33E115 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33E115 is #CC1EEA. Grayscale: #969696. Windows color (decimal): -13377259 or 1433907. OLE color: 1433907.
HSL color Cylindrical-coordinate representation of color #33E115: hue angle of 111.18º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33E115 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 225 | 21 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.12 |
| HSL | 111.18º | 0.83% | 0.48% | - |
| HSV(B) | 111.18º | 0.91% | 0.88% | - |
| XYZ | 28.43 | 54.61 | 9.75 | - |
| YUV | 149.72 | 55.35 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 225 | 21 | 0.77 | 0 | 0.91 | 0.12 | 111.18 | 0.83 | 0.48 |
| Hex | 33 | E1 | 15 | 4D | 0 | 5B | C | 6F | 53 | 30 |
| Octal | 63 | 341 | 25 | 115 | 0 | 133 | 14 | 157 | 123 | 60 |
| Binary | 110011 | 11100001 | 10101 | 1001101 | 0 | 1011011 | 1100 | 1101111 | 1010011 | 110000 |
Color Harmonies of #33E115
Complementary color
Monochromatic Colors of #33E115
Black with #33E115
Text Example
Text Example
White with #33E115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E115; }
p { color: rgb(51,225,21); }
H1.HeaderClassName
{
color: #33E115;
}
.AnyTagClassName
{
color: #33E115;
}
</style>
background-color css
<style>
a { background-color: #33E115; }
a { background-color: rgb(51,225,21); }
div.DivClassName
{
background-color: #33E115;
}
.BgClassName
{
background-color: #33E115;
}
</style>
border-color css
<style>
span { border-color: #33E115; }
span { border-color: rgb(51,225,21); }
td.TdClassName
{
border-color: #33E115;
}
.TagClassName
{
border-color: #33E115;
}
</style>