Shades of Lime Green #33F34D
Tints of Lime Green #33F34D
RGB
CMYK
RGB Variations
Color information
#33F34D (or 0x33F34D) is known color: Lime Green. HEX triplet: 33, F3 and 4D. RGB value is (51,243,77). Sum of RGB (Red+Green+Blue) = 51+243+77=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 243 (95.31% from 255 or 65.50% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 243 - color contains mainly: green. Hex color #33F34D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F34D is #CC0CB2. Grayscale: #A7A7A7. Windows color (decimal): -13372595 or 5108531. OLE color: 5108531.
HSL color Cylindrical-coordinate representation of color #33F34D: hue angle of 128.12º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F34D is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 243 | 77 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.05 |
| HSL | 128.13º | 0.89% | 0.58% | - |
| HSV(B) | 128.13º | 0.79% | 0.95% | - |
| XYZ | 34.76 | 65.34 | 17.8 | - |
| YUV | 166.67 | 77.39 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 243 | 77 | 0.79 | 0 | 0.68 | 0.05 | 128.13 | 0.89 | 0.58 |
| Hex | 33 | F3 | 4D | 4F | 0 | 44 | 5 | 80 | 59 | 3A |
| Octal | 63 | 363 | 115 | 117 | 0 | 104 | 5 | 200 | 131 | 72 |
| Binary | 110011 | 11110011 | 1001101 | 1001111 | 0 | 1000100 | 101 | 10000000 | 1011001 | 111010 |
Color Harmonies of #33F34D
Complementary color
Monochromatic Colors of #33F34D
Black with #33F34D
Text Example
Text Example
White with #33F34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F34D; }
p { color: rgb(51,243,77); }
H1.HeaderClassName
{
color: #33F34D;
}
.AnyTagClassName
{
color: #33F34D;
}
</style>
background-color css
<style>
a { background-color: #33F34D; }
a { background-color: rgb(51,243,77); }
div.DivClassName
{
background-color: #33F34D;
}
.BgClassName
{
background-color: #33F34D;
}
</style>
border-color css
<style>
span { border-color: #33F34D; }
span { border-color: rgb(51,243,77); }
td.TdClassName
{
border-color: #33F34D;
}
.TagClassName
{
border-color: #33F34D;
}
</style>