Shades of Lime Green #33EE4E
Tints of Lime Green #33EE4E
RGB
CMYK
RGB Variations
Color information
#33EE4E (or 0x33EE4E) is known color: Lime Green. HEX triplet: 33, EE and 4E. RGB value is (51,238,78). Sum of RGB (Red+Green+Blue) = 51+238+78=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 238 (93.36% from 255 or 64.85% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 238 - color contains mainly: green. Hex color #33EE4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33EE4E is #CC11B1. Grayscale: #A4A4A4. Windows color (decimal): -13373874 or 5172787. OLE color: 5172787.
HSL color Cylindrical-coordinate representation of color #33EE4E: hue angle of 128.66º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EE4E is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 238 | 78 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.07 |
| HSL | 128.66º | 0.85% | 0.57% | - |
| HSV(B) | 128.66º | 0.79% | 0.93% | - |
| XYZ | 33.31 | 62.4 | 17.5 | - |
| YUV | 163.85 | 79.55 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 238 | 78 | 0.79 | 0 | 0.67 | 0.07 | 128.66 | 0.85 | 0.57 |
| Hex | 33 | EE | 4E | 4F | 0 | 43 | 7 | 81 | 55 | 39 |
| Octal | 63 | 356 | 116 | 117 | 0 | 103 | 7 | 201 | 125 | 71 |
| Binary | 110011 | 11101110 | 1001110 | 1001111 | 0 | 1000011 | 111 | 10000001 | 1010101 | 111001 |
Color Harmonies of #33EE4E
Complementary color
Monochromatic Colors of #33EE4E
Black with #33EE4E
Text Example
Text Example
White with #33EE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EE4E; }
p { color: rgb(51,238,78); }
H1.HeaderClassName
{
color: #33EE4E;
}
.AnyTagClassName
{
color: #33EE4E;
}
</style>
background-color css
<style>
a { background-color: #33EE4E; }
a { background-color: rgb(51,238,78); }
div.DivClassName
{
background-color: #33EE4E;
}
.BgClassName
{
background-color: #33EE4E;
}
</style>
border-color css
<style>
span { border-color: #33EE4E; }
span { border-color: rgb(51,238,78); }
td.TdClassName
{
border-color: #33EE4E;
}
.TagClassName
{
border-color: #33EE4E;
}
</style>