Shades of Lime Green #33F124
Tints of Lime Green #33F124
RGB
CMYK
RGB Variations
Color information
#33F124 (or 0x33F124) is known color: Lime Green. HEX triplet: 33, F1 and 24. RGB value is (51,241,36). Sum of RGB (Red+Green+Blue) = 51+241+36=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 241 (94.53% from 255 or 73.48% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 241 - color contains mainly: green. Hex color #33F124 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F124 is #CC0EDB. Grayscale: #A1A1A1. Windows color (decimal): -13373148 or 2421043. OLE color: 2421043.
HSL color Cylindrical-coordinate representation of color #33F124: hue angle of 115.61º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33F124 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 241 | 36 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.05 |
| HSL | 115.61º | 0.88% | 0.54% | - |
| HSV(B) | 115.61º | 0.85% | 0.95% | - |
| XYZ | 33.14 | 63.74 | 12.23 | - |
| YUV | 160.82 | 57.55 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 241 | 36 | 0.79 | 0 | 0.85 | 0.05 | 115.61 | 0.88 | 0.54 |
| Hex | 33 | F1 | 24 | 4F | 0 | 55 | 5 | 74 | 58 | 36 |
| Octal | 63 | 361 | 44 | 117 | 0 | 125 | 5 | 164 | 130 | 66 |
| Binary | 110011 | 11110001 | 100100 | 1001111 | 0 | 1010101 | 101 | 1110100 | 1011000 | 110110 |
Color Harmonies of #33F124
Complementary color
Monochromatic Colors of #33F124
Black with #33F124
Text Example
Text Example
White with #33F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F124; }
p { color: rgb(51,241,36); }
H1.HeaderClassName
{
color: #33F124;
}
.AnyTagClassName
{
color: #33F124;
}
</style>
background-color css
<style>
a { background-color: #33F124; }
a { background-color: rgb(51,241,36); }
div.DivClassName
{
background-color: #33F124;
}
.BgClassName
{
background-color: #33F124;
}
</style>
border-color css
<style>
span { border-color: #33F124; }
span { border-color: rgb(51,241,36); }
td.TdClassName
{
border-color: #33F124;
}
.TagClassName
{
border-color: #33F124;
}
</style>