Shades of Lime Green #33F237
Tints of Lime Green #33F237
RGB
CMYK
RGB Variations
Color information
#33F237 (or 0x33F237) is known color: Lime Green. HEX triplet: 33, F2 and 37. RGB value is (51,242,55). Sum of RGB (Red+Green+Blue) = 51+242+55=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #33F237 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F237 is #CC0DC8. Grayscale: #A4A4A4. Windows color (decimal): -13372873 or 3666483. OLE color: 3666483.
HSL color Cylindrical-coordinate representation of color #33F237: hue angle of 121.26º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F237 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 242 | 55 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.05 |
| HSL | 121.26º | 0.88% | 0.57% | - |
| HSV(B) | 121.26º | 0.79% | 0.95% | - |
| XYZ | 33.81 | 64.48 | 14.28 | - |
| YUV | 163.57 | 66.72 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 242 | 55 | 0.79 | 0 | 0.77 | 0.05 | 121.26 | 0.88 | 0.57 |
| Hex | 33 | F2 | 37 | 4F | 0 | 4D | 5 | 79 | 58 | 39 |
| Octal | 63 | 362 | 67 | 117 | 0 | 115 | 5 | 171 | 130 | 71 |
| Binary | 110011 | 11110010 | 110111 | 1001111 | 0 | 1001101 | 101 | 1111001 | 1011000 | 111001 |
Color Harmonies of #33F237
Complementary color
Monochromatic Colors of #33F237
Black with #33F237
Text Example
Text Example
White with #33F237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F237; }
p { color: rgb(51,242,55); }
H1.HeaderClassName
{
color: #33F237;
}
.AnyTagClassName
{
color: #33F237;
}
</style>
background-color css
<style>
a { background-color: #33F237; }
a { background-color: rgb(51,242,55); }
div.DivClassName
{
background-color: #33F237;
}
.BgClassName
{
background-color: #33F237;
}
</style>
border-color css
<style>
span { border-color: #33F237; }
span { border-color: rgb(51,242,55); }
td.TdClassName
{
border-color: #33F237;
}
.TagClassName
{
border-color: #33F237;
}
</style>