Shades of Lime Green #33F94D
Tints of Lime Green #33F94D
RGB
CMYK
RGB Variations
Color information
#33F94D (or 0x33F94D) is known color: Lime Green. HEX triplet: 33, F9 and 4D. RGB value is (51,249,77). Sum of RGB (Red+Green+Blue) = 51+249+77=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 249 (97.66% from 255 or 66.05% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 249 - color contains mainly: green. Hex color #33F94D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F94D is #CC06B2. Grayscale: #AAAAAA. Windows color (decimal): -13371059 or 5110067. OLE color: 5110067.
HSL color Cylindrical-coordinate representation of color #33F94D: hue angle of 127.88º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33F94D is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 249 | 77 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.02 |
| HSL | 127.88º | 0.94% | 0.59% | - |
| HSV(B) | 127.88º | 0.8% | 0.98% | - |
| XYZ | 36.58 | 68.99 | 18.41 | - |
| YUV | 170.19 | 75.4 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 249 | 77 | 0.80 | 0 | 0.69 | 0.02 | 127.88 | 0.94 | 0.59 |
| Hex | 33 | F9 | 4D | 50 | 0 | 45 | 2 | 80 | 5E | 3B |
| Octal | 63 | 371 | 115 | 120 | 0 | 105 | 2 | 200 | 136 | 73 |
| Binary | 110011 | 11111001 | 1001101 | 1010000 | 0 | 1000101 | 10 | 10000000 | 1011110 | 111011 |
Color Harmonies of #33F94D
Complementary color
Monochromatic Colors of #33F94D
Black with #33F94D
Text Example
Text Example
White with #33F94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F94D; }
p { color: rgb(51,249,77); }
H1.HeaderClassName
{
color: #33F94D;
}
.AnyTagClassName
{
color: #33F94D;
}
</style>
background-color css
<style>
a { background-color: #33F94D; }
a { background-color: rgb(51,249,77); }
div.DivClassName
{
background-color: #33F94D;
}
.BgClassName
{
background-color: #33F94D;
}
</style>
border-color css
<style>
span { border-color: #33F94D; }
span { border-color: rgb(51,249,77); }
td.TdClassName
{
border-color: #33F94D;
}
.TagClassName
{
border-color: #33F94D;
}
</style>