Shades of Lime Green #33F84A
Tints of Lime Green #33F84A
RGB
CMYK
RGB Variations
Color information
#33F84A (or 0x33F84A) is known color: Lime Green. HEX triplet: 33, F8 and 4A. RGB value is (51,248,74). Sum of RGB (Red+Green+Blue) = 51+248+74=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 248 (97.27% from 255 or 66.49% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 248 - color contains mainly: green. Hex color #33F84A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F84A is #CC07B5. Grayscale: #A9A9A9. Windows color (decimal): -13371318 or 4913203. OLE color: 4913203.
HSL color Cylindrical-coordinate representation of color #33F84A: hue angle of 127.01º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F84A is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 248 | 74 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.03 |
| HSL | 127.01º | 0.93% | 0.59% | - |
| HSV(B) | 127.01º | 0.79% | 0.97% | - |
| XYZ | 36.17 | 68.33 | 17.76 | - |
| YUV | 169.26 | 74.23 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 248 | 74 | 0.79 | 0 | 0.70 | 0.03 | 127.01 | 0.93 | 0.59 |
| Hex | 33 | F8 | 4A | 4F | 0 | 46 | 3 | 7F | 5D | 3B |
| Octal | 63 | 370 | 112 | 117 | 0 | 106 | 3 | 177 | 135 | 73 |
| Binary | 110011 | 11111000 | 1001010 | 1001111 | 0 | 1000110 | 11 | 1111111 | 1011101 | 111011 |
Color Harmonies of #33F84A
Complementary color
Monochromatic Colors of #33F84A
Black with #33F84A
Text Example
Text Example
White with #33F84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F84A; }
p { color: rgb(51,248,74); }
H1.HeaderClassName
{
color: #33F84A;
}
.AnyTagClassName
{
color: #33F84A;
}
</style>
background-color css
<style>
a { background-color: #33F84A; }
a { background-color: rgb(51,248,74); }
div.DivClassName
{
background-color: #33F84A;
}
.BgClassName
{
background-color: #33F84A;
}
</style>
border-color css
<style>
span { border-color: #33F84A; }
span { border-color: rgb(51,248,74); }
td.TdClassName
{
border-color: #33F84A;
}
.TagClassName
{
border-color: #33F84A;
}
</style>