Shades of Lime Green #33FD32
Tints of Lime Green #33FD32
RGB
CMYK
RGB Variations
Color information
#33FD32 (or 0x33FD32) is known color: Lime Green. HEX triplet: 33, FD and 32. RGB value is (51,253,50). Sum of RGB (Red+Green+Blue) = 51+253+50=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 253 (99.22% from 255 or 71.47% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 253 - color contains mainly: green. Hex color #33FD32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FD32 is #CC02CD. Grayscale: #AAAAAA. Windows color (decimal): -13370062 or 3341619. OLE color: 3341619.
HSL color Cylindrical-coordinate representation of color #33FD32: hue angle of 119.7º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FD32 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 253 | 50 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.01 |
| HSL | 119.7º | 0.98% | 0.59% | - |
| HSV(B) | 119.7º | 0.8% | 0.99% | - |
| XYZ | 37.07 | 71.18 | 14.8 | - |
| YUV | 169.46 | 60.58 | 43.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 253 | 50 | 0.80 | 0 | 0.80 | 0.01 | 119.7 | 0.98 | 0.59 |
| Hex | 33 | FD | 32 | 50 | 0 | 50 | 1 | 78 | 62 | 3B |
| Octal | 63 | 375 | 62 | 120 | 0 | 120 | 1 | 170 | 142 | 73 |
| Binary | 110011 | 11111101 | 110010 | 1010000 | 0 | 1010000 | 1 | 1111000 | 1100010 | 111011 |
Color Harmonies of #33FD32
Complementary color
Monochromatic Colors of #33FD32
Black with #33FD32
Text Example
Text Example
White with #33FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FD32; }
p { color: rgb(51,253,50); }
H1.HeaderClassName
{
color: #33FD32;
}
.AnyTagClassName
{
color: #33FD32;
}
</style>
background-color css
<style>
a { background-color: #33FD32; }
a { background-color: rgb(51,253,50); }
div.DivClassName
{
background-color: #33FD32;
}
.BgClassName
{
background-color: #33FD32;
}
</style>
border-color css
<style>
span { border-color: #33FD32; }
span { border-color: rgb(51,253,50); }
td.TdClassName
{
border-color: #33FD32;
}
.TagClassName
{
border-color: #33FD32;
}
</style>