Shades of Lime Green #33E441
Tints of Lime Green #33E441
RGB
CMYK
RGB Variations
Color information
#33E441 (or 0x33E441) is known color: Lime Green. HEX triplet: 33, E4 and 41. RGB value is (51,228,65). Sum of RGB (Red+Green+Blue) = 51+228+65=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 228 (89.45% from 255 or 66.28% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 228 - color contains mainly: green. Hex color #33E441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E441 is #CC1BBE. Grayscale: #9C9C9C. Windows color (decimal): -13376447 or 4318259. OLE color: 4318259.
HSL color Cylindrical-coordinate representation of color #33E441: hue angle of 124.75º degrees, saturation: 0.77, 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 #33E441 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 228 | 65 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.11 |
| HSL | 124.75º | 0.77% | 0.55% | - |
| HSV(B) | 124.75º | 0.78% | 0.89% | - |
| XYZ | 30.06 | 56.57 | 14.34 | - |
| YUV | 156.5 | 76.36 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 228 | 65 | 0.78 | 0 | 0.71 | 0.11 | 124.75 | 0.77 | 0.55 |
| Hex | 33 | E4 | 41 | 4E | 0 | 47 | B | 7D | 4D | 37 |
| Octal | 63 | 344 | 101 | 116 | 0 | 107 | 13 | 175 | 115 | 67 |
| Binary | 110011 | 11100100 | 1000001 | 1001110 | 0 | 1000111 | 1011 | 1111101 | 1001101 | 110111 |
Color Harmonies of #33E441
Complementary color
Monochromatic Colors of #33E441
Black with #33E441
Text Example
Text Example
White with #33E441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E441; }
p { color: rgb(51,228,65); }
H1.HeaderClassName
{
color: #33E441;
}
.AnyTagClassName
{
color: #33E441;
}
</style>
background-color css
<style>
a { background-color: #33E441; }
a { background-color: rgb(51,228,65); }
div.DivClassName
{
background-color: #33E441;
}
.BgClassName
{
background-color: #33E441;
}
</style>
border-color css
<style>
span { border-color: #33E441; }
span { border-color: rgb(51,228,65); }
td.TdClassName
{
border-color: #33E441;
}
.TagClassName
{
border-color: #33E441;
}
</style>