Shades of Lime Green #33EC25
Tints of Lime Green #33EC25
RGB
CMYK
RGB Variations
Color information
#33EC25 (or 0x33EC25) is known color: Lime Green. HEX triplet: 33, EC and 25. RGB value is (51,236,37). Sum of RGB (Red+Green+Blue) = 51+236+37=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 236 (92.58% from 255 or 72.84% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 236 - color contains mainly: green. Hex color #33EC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EC25 is #CC13DA. Grayscale: #9E9E9E. Windows color (decimal): -13374427 or 2485299. OLE color: 2485299.
HSL color Cylindrical-coordinate representation of color #33EC25: hue angle of 115.78º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33EC25 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 236 | 37 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.07 |
| HSL | 115.78º | 0.84% | 0.54% | - |
| HSV(B) | 115.78º | 0.84% | 0.93% | - |
| XYZ | 31.69 | 60.83 | 11.82 | - |
| YUV | 158 | 59.71 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 236 | 37 | 0.78 | 0 | 0.84 | 0.07 | 115.78 | 0.84 | 0.54 |
| Hex | 33 | EC | 25 | 4E | 0 | 54 | 7 | 74 | 54 | 36 |
| Octal | 63 | 354 | 45 | 116 | 0 | 124 | 7 | 164 | 124 | 66 |
| Binary | 110011 | 11101100 | 100101 | 1001110 | 0 | 1010100 | 111 | 1110100 | 1010100 | 110110 |
Color Harmonies of #33EC25
Complementary color
Monochromatic Colors of #33EC25
Black with #33EC25
Text Example
Text Example
White with #33EC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EC25; }
p { color: rgb(51,236,37); }
H1.HeaderClassName
{
color: #33EC25;
}
.AnyTagClassName
{
color: #33EC25;
}
</style>
background-color css
<style>
a { background-color: #33EC25; }
a { background-color: rgb(51,236,37); }
div.DivClassName
{
background-color: #33EC25;
}
.BgClassName
{
background-color: #33EC25;
}
</style>
border-color css
<style>
span { border-color: #33EC25; }
span { border-color: rgb(51,236,37); }
td.TdClassName
{
border-color: #33EC25;
}
.TagClassName
{
border-color: #33EC25;
}
</style>