Shades of Lime Green #33EC4A
Tints of Lime Green #33EC4A
RGB
CMYK
RGB Variations
Color information
#33EC4A (or 0x33EC4A) is known color: Lime Green. HEX triplet: 33, EC and 4A. RGB value is (51,236,74). Sum of RGB (Red+Green+Blue) = 51+236+74=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 236 (92.58% from 255 or 65.37% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 236 - color contains mainly: green. Hex color #33EC4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EC4A is #CC13B5. Grayscale: #A2A2A2. Windows color (decimal): -13374390 or 4910131. OLE color: 4910131.
HSL color Cylindrical-coordinate representation of color #33EC4A: hue angle of 127.46º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EC4A is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 236 | 74 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.07 |
| HSL | 127.46º | 0.83% | 0.56% | - |
| HSV(B) | 127.46º | 0.78% | 0.93% | - |
| XYZ | 32.6 | 61.19 | 16.57 | - |
| YUV | 162.22 | 78.21 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 236 | 74 | 0.78 | 0 | 0.69 | 0.07 | 127.46 | 0.83 | 0.56 |
| Hex | 33 | EC | 4A | 4E | 0 | 45 | 7 | 7F | 53 | 38 |
| Octal | 63 | 354 | 112 | 116 | 0 | 105 | 7 | 177 | 123 | 70 |
| Binary | 110011 | 11101100 | 1001010 | 1001110 | 0 | 1000101 | 111 | 1111111 | 1010011 | 111000 |
Color Harmonies of #33EC4A
Complementary color
Monochromatic Colors of #33EC4A
Black with #33EC4A
Text Example
Text Example
White with #33EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EC4A; }
p { color: rgb(51,236,74); }
H1.HeaderClassName
{
color: #33EC4A;
}
.AnyTagClassName
{
color: #33EC4A;
}
</style>
background-color css
<style>
a { background-color: #33EC4A; }
a { background-color: rgb(51,236,74); }
div.DivClassName
{
background-color: #33EC4A;
}
.BgClassName
{
background-color: #33EC4A;
}
</style>
border-color css
<style>
span { border-color: #33EC4A; }
span { border-color: rgb(51,236,74); }
td.TdClassName
{
border-color: #33EC4A;
}
.TagClassName
{
border-color: #33EC4A;
}
</style>