Shades of Lime Green #33FA4D
Tints of Lime Green #33FA4D
RGB
CMYK
RGB Variations
Color information
#33FA4D (or 0x33FA4D) is known color: Lime Green. HEX triplet: 33, FA and 4D. RGB value is (51,250,77). Sum of RGB (Red+Green+Blue) = 51+250+77=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 250 (98.05% from 255 or 66.14% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 250 - color contains mainly: green. Hex color #33FA4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33FA4D is #CC05B2. Grayscale: #ABABAB. Windows color (decimal): -13370803 or 5110323. OLE color: 5110323.
HSL color Cylindrical-coordinate representation of color #33FA4D: hue angle of 127.84º degrees, saturation: 0.95, 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 #33FA4D is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 250 | 77 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.02 |
| HSL | 127.84º | 0.95% | 0.59% | - |
| HSV(B) | 127.84º | 0.8% | 0.98% | - |
| XYZ | 36.89 | 69.61 | 18.51 | - |
| YUV | 170.78 | 75.07 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 250 | 77 | 0.80 | 0 | 0.69 | 0.02 | 127.84 | 0.95 | 0.59 |
| Hex | 33 | FA | 4D | 50 | 0 | 45 | 2 | 80 | 5F | 3B |
| Octal | 63 | 372 | 115 | 120 | 0 | 105 | 2 | 200 | 137 | 73 |
| Binary | 110011 | 11111010 | 1001101 | 1010000 | 0 | 1000101 | 10 | 10000000 | 1011111 | 111011 |
Color Harmonies of #33FA4D
Complementary color
Monochromatic Colors of #33FA4D
Black with #33FA4D
Text Example
Text Example
White with #33FA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FA4D; }
p { color: rgb(51,250,77); }
H1.HeaderClassName
{
color: #33FA4D;
}
.AnyTagClassName
{
color: #33FA4D;
}
</style>
background-color css
<style>
a { background-color: #33FA4D; }
a { background-color: rgb(51,250,77); }
div.DivClassName
{
background-color: #33FA4D;
}
.BgClassName
{
background-color: #33FA4D;
}
</style>
border-color css
<style>
span { border-color: #33FA4D; }
span { border-color: rgb(51,250,77); }
td.TdClassName
{
border-color: #33FA4D;
}
.TagClassName
{
border-color: #33FA4D;
}
</style>