Shades of Lime Green #33F64D
Tints of Lime Green #33F64D
RGB
CMYK
RGB Variations
Color information
#33F64D (or 0x33F64D) is known color: Lime Green. HEX triplet: 33, F6 and 4D. RGB value is (51,246,77). Sum of RGB (Red+Green+Blue) = 51+246+77=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 246 (96.48% from 255 or 65.78% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 246 - color contains mainly: green. Hex color #33F64D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F64D is #CC09B2. Grayscale: #A8A8A8. Windows color (decimal): -13371827 or 5109299. OLE color: 5109299.
HSL color Cylindrical-coordinate representation of color #33F64D: hue angle of 128º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F64D is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 246 | 77 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.04 |
| HSL | 128º | 0.92% | 0.58% | - |
| HSV(B) | 128º | 0.79% | 0.96% | - |
| XYZ | 35.66 | 67.15 | 18.1 | - |
| YUV | 168.43 | 76.4 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 246 | 77 | 0.79 | 0 | 0.69 | 0.04 | 128 | 0.92 | 0.58 |
| Hex | 33 | F6 | 4D | 4F | 0 | 45 | 4 | 80 | 5C | 3A |
| Octal | 63 | 366 | 115 | 117 | 0 | 105 | 4 | 200 | 134 | 72 |
| Binary | 110011 | 11110110 | 1001101 | 1001111 | 0 | 1000101 | 100 | 10000000 | 1011100 | 111010 |
Color Harmonies of #33F64D
Complementary color
Monochromatic Colors of #33F64D
Black with #33F64D
Text Example
Text Example
White with #33F64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F64D; }
p { color: rgb(51,246,77); }
H1.HeaderClassName
{
color: #33F64D;
}
.AnyTagClassName
{
color: #33F64D;
}
</style>
background-color css
<style>
a { background-color: #33F64D; }
a { background-color: rgb(51,246,77); }
div.DivClassName
{
background-color: #33F64D;
}
.BgClassName
{
background-color: #33F64D;
}
</style>
border-color css
<style>
span { border-color: #33F64D; }
span { border-color: rgb(51,246,77); }
td.TdClassName
{
border-color: #33F64D;
}
.TagClassName
{
border-color: #33F64D;
}
</style>