Shades of Lime Green #33EA40
Tints of Lime Green #33EA40
RGB
CMYK
RGB Variations
Color information
#33EA40 (or 0x33EA40) is known color: Lime Green. HEX triplet: 33, EA and 40. RGB value is (51,234,64). Sum of RGB (Red+Green+Blue) = 51+234+64=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 234 (91.80% from 255 or 67.05% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 234 - color contains mainly: green. Hex color #33EA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EA40 is #CC15BF. Grayscale: #A0A0A0. Windows color (decimal): -13374912 or 4254259. OLE color: 4254259.
HSL color Cylindrical-coordinate representation of color #33EA40: hue angle of 124.26º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EA40 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 234 | 64 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.08 |
| HSL | 124.26º | 0.81% | 0.56% | - |
| HSV(B) | 124.26º | 0.78% | 0.92% | - |
| XYZ | 31.71 | 59.92 | 14.74 | - |
| YUV | 159.9 | 73.87 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 234 | 64 | 0.78 | 0 | 0.73 | 0.08 | 124.26 | 0.81 | 0.56 |
| Hex | 33 | EA | 40 | 4E | 0 | 49 | 8 | 7C | 51 | 38 |
| Octal | 63 | 352 | 100 | 116 | 0 | 111 | 10 | 174 | 121 | 70 |
| Binary | 110011 | 11101010 | 1000000 | 1001110 | 0 | 1001001 | 1000 | 1111100 | 1010001 | 111000 |
Color Harmonies of #33EA40
Complementary color
Monochromatic Colors of #33EA40
Black with #33EA40
Text Example
Text Example
White with #33EA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EA40; }
p { color: rgb(51,234,64); }
H1.HeaderClassName
{
color: #33EA40;
}
.AnyTagClassName
{
color: #33EA40;
}
</style>
background-color css
<style>
a { background-color: #33EA40; }
a { background-color: rgb(51,234,64); }
div.DivClassName
{
background-color: #33EA40;
}
.BgClassName
{
background-color: #33EA40;
}
</style>
border-color css
<style>
span { border-color: #33EA40; }
span { border-color: rgb(51,234,64); }
td.TdClassName
{
border-color: #33EA40;
}
.TagClassName
{
border-color: #33EA40;
}
</style>