Shades of Lime Green #33D134
Tints of Lime Green #33D134
RGB
CMYK
RGB Variations
Color information
#33D134 (or 0x33D134) is known color: Lime Green. HEX triplet: 33, D1 and 34. RGB value is (51,209,52). Sum of RGB (Red+Green+Blue) = 51+209+52=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 209 (82.03% from 255 or 66.99% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 209 - color contains mainly: green. Hex color #33D134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D134 is #CC2ECB. Grayscale: #909090. Windows color (decimal): -13381324 or 3461427. OLE color: 3461427.
HSL color Cylindrical-coordinate representation of color #33D134: hue angle of 120.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D134 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 209 | 52 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.18 |
| HSL | 120.38º | 0.63% | 0.51% | - |
| HSV(B) | 120.38º | 0.76% | 0.82% | - |
| XYZ | 24.79 | 46.55 | 10.93 | - |
| YUV | 143.86 | 76.15 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 209 | 52 | 0.76 | 0 | 0.75 | 0.18 | 120.38 | 0.63 | 0.51 |
| Hex | 33 | D1 | 34 | 4C | 0 | 4B | 12 | 78 | 3F | 33 |
| Octal | 63 | 321 | 64 | 114 | 0 | 113 | 22 | 170 | 77 | 63 |
| Binary | 110011 | 11010001 | 110100 | 1001100 | 0 | 1001011 | 10010 | 1111000 | 111111 | 110011 |
Color Harmonies of #33D134
Complementary color
Monochromatic Colors of #33D134
Black with #33D134
Text Example
Text Example
White with #33D134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D134; }
p { color: rgb(51,209,52); }
H1.HeaderClassName
{
color: #33D134;
}
.AnyTagClassName
{
color: #33D134;
}
</style>
background-color css
<style>
a { background-color: #33D134; }
a { background-color: rgb(51,209,52); }
div.DivClassName
{
background-color: #33D134;
}
.BgClassName
{
background-color: #33D134;
}
</style>
border-color css
<style>
span { border-color: #33D134; }
span { border-color: rgb(51,209,52); }
td.TdClassName
{
border-color: #33D134;
}
.TagClassName
{
border-color: #33D134;
}
</style>