Shades of Lime Green #33F224
Tints of Lime Green #33F224
RGB
CMYK
RGB Variations
Color information
#33F224 (or 0x33F224) is known color: Lime Green. HEX triplet: 33, F2 and 24. RGB value is (51,242,36). Sum of RGB (Red+Green+Blue) = 51+242+36=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 242 (94.92% from 255 or 73.56% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 242 - color contains mainly: green. Hex color #33F224 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F224 is #CC0DDB. Grayscale: #A2A2A2. Windows color (decimal): -13372892 or 2421299. OLE color: 2421299.
HSL color Cylindrical-coordinate representation of color #33F224: hue angle of 115.63º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33F224 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 242 | 36 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.05 |
| HSL | 115.63º | 0.89% | 0.55% | - |
| HSV(B) | 115.63º | 0.85% | 0.95% | - |
| XYZ | 33.44 | 64.34 | 12.32 | - |
| YUV | 161.41 | 57.22 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 242 | 36 | 0.79 | 0 | 0.85 | 0.05 | 115.63 | 0.89 | 0.55 |
| Hex | 33 | F2 | 24 | 4F | 0 | 55 | 5 | 74 | 59 | 37 |
| Octal | 63 | 362 | 44 | 117 | 0 | 125 | 5 | 164 | 131 | 67 |
| Binary | 110011 | 11110010 | 100100 | 1001111 | 0 | 1010101 | 101 | 1110100 | 1011001 | 110111 |
Color Harmonies of #33F224
Complementary color
Monochromatic Colors of #33F224
Black with #33F224
Text Example
Text Example
White with #33F224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F224; }
p { color: rgb(51,242,36); }
H1.HeaderClassName
{
color: #33F224;
}
.AnyTagClassName
{
color: #33F224;
}
</style>
background-color css
<style>
a { background-color: #33F224; }
a { background-color: rgb(51,242,36); }
div.DivClassName
{
background-color: #33F224;
}
.BgClassName
{
background-color: #33F224;
}
</style>
border-color css
<style>
span { border-color: #33F224; }
span { border-color: rgb(51,242,36); }
td.TdClassName
{
border-color: #33F224;
}
.TagClassName
{
border-color: #33F224;
}
</style>