Shades of Lime Green #33D34C
Tints of Lime Green #33D34C
RGB
CMYK
RGB Variations
Color information
#33D34C (or 0x33D34C) is known color: Lime Green. HEX triplet: 33, D3 and 4C. RGB value is (51,211,76). Sum of RGB (Red+Green+Blue) = 51+211+76=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 211 (82.81% from 255 or 62.43% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 211 - color contains mainly: green. Hex color #33D34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D34C is #CC2CB3. Grayscale: #949494. Windows color (decimal): -13380788 or 5034803. OLE color: 5034803.
HSL color Cylindrical-coordinate representation of color #33D34C: hue angle of 129.38º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D34C is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 211 | 76 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.17 |
| HSL | 129.38º | 0.65% | 0.51% | - |
| HSV(B) | 129.38º | 0.76% | 0.83% | - |
| XYZ | 25.96 | 47.81 | 14.7 | - |
| YUV | 147.77 | 87.49 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 211 | 76 | 0.76 | 0 | 0.64 | 0.17 | 129.38 | 0.65 | 0.51 |
| Hex | 33 | D3 | 4C | 4C | 0 | 40 | 11 | 81 | 41 | 33 |
| Octal | 63 | 323 | 114 | 114 | 0 | 100 | 21 | 201 | 101 | 63 |
| Binary | 110011 | 11010011 | 1001100 | 1001100 | 0 | 1000000 | 10001 | 10000001 | 1000001 | 110011 |
Color Harmonies of #33D34C
Complementary color
Monochromatic Colors of #33D34C
Black with #33D34C
Text Example
Text Example
White with #33D34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D34C; }
p { color: rgb(51,211,76); }
H1.HeaderClassName
{
color: #33D34C;
}
.AnyTagClassName
{
color: #33D34C;
}
</style>
background-color css
<style>
a { background-color: #33D34C; }
a { background-color: rgb(51,211,76); }
div.DivClassName
{
background-color: #33D34C;
}
.BgClassName
{
background-color: #33D34C;
}
</style>
border-color css
<style>
span { border-color: #33D34C; }
span { border-color: rgb(51,211,76); }
td.TdClassName
{
border-color: #33D34C;
}
.TagClassName
{
border-color: #33D34C;
}
</style>