Shades of Lime Green #33FF41
Tints of Lime Green #33FF41
RGB
CMYK
RGB Variations
Color information
#33FF41 (or 0x33FF41) is known color: Lime Green. HEX triplet: 33, FF and 41. RGB value is (51,255,65). Sum of RGB (Red+Green+Blue) = 51+255+65=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF41 is #CC00BE. Grayscale: #ACACAC. Windows color (decimal): -13369535 or 4325171. OLE color: 4325171.
HSL color Cylindrical-coordinate representation of color #33FF41: hue angle of 124.12º 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 #33FF41 is Cyan = 0.8, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 65 | - |
| CMYK | 0.8 | 0 | 0.75 | 0 |
| HSL | 124.12º | 1% | 0.6% | - |
| HSV(B) | 124.12º | 0.8% | 1% | - |
| XYZ | 38.08 | 72.61 | 17.01 | - |
| YUV | 172.34 | 67.41 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 65 | 0.8 | 0 | 0.75 | 0 | 124.12 | 1 | 0.6 |
| Hex | 33 | FF | 41 | 50 | 0 | 4B | 0 | 7C | 64 | 3C |
| Octal | 63 | 377 | 101 | 120 | 0 | 113 | 0 | 174 | 144 | 74 |
| Binary | 110011 | 11111111 | 1000001 | 1010000 | 0 | 1001011 | 0 | 1111100 | 1100100 | 111100 |
Color Harmonies of #33FF41
Complementary color
Monochromatic Colors of #33FF41
Black with #33FF41
Text Example
Text Example
White with #33FF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FF41; }
p { color: rgb(51,255,65); }
H1.HeaderClassName
{
color: #33FF41;
}
.AnyTagClassName
{
color: #33FF41;
}
</style>
background-color css
<style>
a { background-color: #33FF41; }
a { background-color: rgb(51,255,65); }
div.DivClassName
{
background-color: #33FF41;
}
.BgClassName
{
background-color: #33FF41;
}
</style>
border-color css
<style>
span { border-color: #33FF41; }
span { border-color: rgb(51,255,65); }
td.TdClassName
{
border-color: #33FF41;
}
.TagClassName
{
border-color: #33FF41;
}
</style>