Shades of Lime Green #33FF44
Tints of Lime Green #33FF44
RGB
CMYK
RGB Variations
Color information
#33FF44 (or 0x33FF44) is known color: Lime Green. HEX triplet: 33, FF and 44. RGB value is (51,255,68). Sum of RGB (Red+Green+Blue) = 51+255+68=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF44 is #CC00BB. Grayscale: #ADADAD. Windows color (decimal): -13369532 or 4521779. OLE color: 4521779.
HSL color Cylindrical-coordinate representation of color #33FF44: hue angle of 125º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FF44 is Cyan = 0.8, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 68 | - |
| CMYK | 0.8 | 0 | 0.73 | 0 |
| HSL | 125º | 1% | 0.6% | - |
| HSV(B) | 125º | 0.8% | 1% | - |
| XYZ | 38.17 | 72.64 | 17.48 | - |
| YUV | 172.69 | 68.91 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 68 | 0.8 | 0 | 0.73 | 0 | 125 | 1 | 0.6 |
| Hex | 33 | FF | 44 | 50 | 0 | 49 | 0 | 7D | 64 | 3C |
| Octal | 63 | 377 | 104 | 120 | 0 | 111 | 0 | 175 | 144 | 74 |
| Binary | 110011 | 11111111 | 1000100 | 1010000 | 0 | 1001001 | 0 | 1111101 | 1100100 | 111100 |
Color Harmonies of #33FF44
Complementary color
Monochromatic Colors of #33FF44
Black with #33FF44
Text Example
Text Example
White with #33FF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FF44; }
p { color: rgb(51,255,68); }
H1.HeaderClassName
{
color: #33FF44;
}
.AnyTagClassName
{
color: #33FF44;
}
</style>
background-color css
<style>
a { background-color: #33FF44; }
a { background-color: rgb(51,255,68); }
div.DivClassName
{
background-color: #33FF44;
}
.BgClassName
{
background-color: #33FF44;
}
</style>
border-color css
<style>
span { border-color: #33FF44; }
span { border-color: rgb(51,255,68); }
td.TdClassName
{
border-color: #33FF44;
}
.TagClassName
{
border-color: #33FF44;
}
</style>