Shades of Lime Green #33FD40
Tints of Lime Green #33FD40
RGB
CMYK
RGB Variations
Color information
#33FD40 (or 0x33FD40) is known color: Lime Green. HEX triplet: 33, FD and 40. RGB value is (51,253,64). Sum of RGB (Red+Green+Blue) = 51+253+64=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 253 (99.22% from 255 or 68.75% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 253 - color contains mainly: green. Hex color #33FD40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FD40 is #CC02BF. Grayscale: #ABABAB. Windows color (decimal): -13370048 or 4259123. OLE color: 4259123.
HSL color Cylindrical-coordinate representation of color #33FD40: hue angle of 123.86º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FD40 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 253 | 64 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.01 |
| HSL | 123.86º | 0.98% | 0.6% | - |
| HSV(B) | 123.86º | 0.8% | 0.99% | - |
| XYZ | 37.42 | 71.32 | 16.65 | - |
| YUV | 171.06 | 67.58 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 253 | 64 | 0.80 | 0 | 0.75 | 0.01 | 123.86 | 0.98 | 0.6 |
| Hex | 33 | FD | 40 | 50 | 0 | 4B | 1 | 7C | 62 | 3C |
| Octal | 63 | 375 | 100 | 120 | 0 | 113 | 1 | 174 | 142 | 74 |
| Binary | 110011 | 11111101 | 1000000 | 1010000 | 0 | 1001011 | 1 | 1111100 | 1100010 | 111100 |
Color Harmonies of #33FD40
Complementary color
Monochromatic Colors of #33FD40
Black with #33FD40
Text Example
Text Example
White with #33FD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FD40; }
p { color: rgb(51,253,64); }
H1.HeaderClassName
{
color: #33FD40;
}
.AnyTagClassName
{
color: #33FD40;
}
</style>
background-color css
<style>
a { background-color: #33FD40; }
a { background-color: rgb(51,253,64); }
div.DivClassName
{
background-color: #33FD40;
}
.BgClassName
{
background-color: #33FD40;
}
</style>
border-color css
<style>
span { border-color: #33FD40; }
span { border-color: rgb(51,253,64); }
td.TdClassName
{
border-color: #33FD40;
}
.TagClassName
{
border-color: #33FD40;
}
</style>