Shades of Lime Green #33EE25
Tints of Lime Green #33EE25
RGB
CMYK
RGB Variations
Color information
#33EE25 (or 0x33EE25) is known color: Lime Green. HEX triplet: 33, EE and 25. RGB value is (51,238,37). Sum of RGB (Red+Green+Blue) = 51+238+37=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 238 (93.36% from 255 or 73.01% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 238 - color contains mainly: green. Hex color #33EE25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EE25 is #CC11DA. Grayscale: #9F9F9F. Windows color (decimal): -13373915 or 2485811. OLE color: 2485811.
HSL color Cylindrical-coordinate representation of color #33EE25: hue angle of 115.82º degrees, saturation: 0.86, 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 #33EE25 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 238 | 37 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.07 |
| HSL | 115.82º | 0.86% | 0.54% | - |
| HSV(B) | 115.82º | 0.84% | 0.93% | - |
| XYZ | 32.27 | 61.99 | 12.01 | - |
| YUV | 159.17 | 59.05 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 238 | 37 | 0.79 | 0 | 0.84 | 0.07 | 115.82 | 0.86 | 0.54 |
| Hex | 33 | EE | 25 | 4F | 0 | 54 | 7 | 74 | 56 | 36 |
| Octal | 63 | 356 | 45 | 117 | 0 | 124 | 7 | 164 | 126 | 66 |
| Binary | 110011 | 11101110 | 100101 | 1001111 | 0 | 1010100 | 111 | 1110100 | 1010110 | 110110 |
Color Harmonies of #33EE25
Complementary color
Monochromatic Colors of #33EE25
Black with #33EE25
Text Example
Text Example
White with #33EE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EE25; }
p { color: rgb(51,238,37); }
H1.HeaderClassName
{
color: #33EE25;
}
.AnyTagClassName
{
color: #33EE25;
}
</style>
background-color css
<style>
a { background-color: #33EE25; }
a { background-color: rgb(51,238,37); }
div.DivClassName
{
background-color: #33EE25;
}
.BgClassName
{
background-color: #33EE25;
}
</style>
border-color css
<style>
span { border-color: #33EE25; }
span { border-color: rgb(51,238,37); }
td.TdClassName
{
border-color: #33EE25;
}
.TagClassName
{
border-color: #33EE25;
}
</style>