Shades of Lime Green #33FE44
Tints of Lime Green #33FE44
RGB
CMYK
RGB Variations
Color information
#33FE44 (or 0x33FE44) is known color: Lime Green. HEX triplet: 33, FE and 44. RGB value is (51,254,68). Sum of RGB (Red+Green+Blue) = 51+254+68=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 254 (99.61% from 255 or 68.10% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 254 - color contains mainly: green. Hex color #33FE44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FE44 is #CC01BB. Grayscale: #ACACAC. Windows color (decimal): -13369788 or 4521523. OLE color: 4521523.
HSL color Cylindrical-coordinate representation of color #33FE44: hue angle of 125.02º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FE44 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 68 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.00 |
| HSL | 125.02º | 0.99% | 0.6% | - |
| HSV(B) | 125.02º | 0.8% | 1% | - |
| XYZ | 37.85 | 72 | 17.37 | - |
| YUV | 172.1 | 69.25 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 68 | 0.80 | 0 | 0.73 | 0.00 | 125.02 | 0.99 | 0.6 |
| Hex | 33 | FE | 44 | 50 | 0 | 49 | 0 | 7D | 63 | 3C |
| Octal | 63 | 376 | 104 | 120 | 0 | 111 | 0 | 175 | 143 | 74 |
| Binary | 110011 | 11111110 | 1000100 | 1010000 | 0 | 1001001 | 0 | 1111101 | 1100011 | 111100 |
Color Harmonies of #33FE44
Complementary color
Monochromatic Colors of #33FE44
Black with #33FE44
Text Example
Text Example
White with #33FE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FE44; }
p { color: rgb(51,254,68); }
H1.HeaderClassName
{
color: #33FE44;
}
.AnyTagClassName
{
color: #33FE44;
}
</style>
background-color css
<style>
a { background-color: #33FE44; }
a { background-color: rgb(51,254,68); }
div.DivClassName
{
background-color: #33FE44;
}
.BgClassName
{
background-color: #33FE44;
}
</style>
border-color css
<style>
span { border-color: #33FE44; }
span { border-color: rgb(51,254,68); }
td.TdClassName
{
border-color: #33FE44;
}
.TagClassName
{
border-color: #33FE44;
}
</style>