Shades of Lime Green #33D14A
Tints of Lime Green #33D14A
RGB
CMYK
RGB Variations
Color information
#33D14A (or 0x33D14A) is known color: Lime Green. HEX triplet: 33, D1 and 4A. RGB value is (51,209,74). Sum of RGB (Red+Green+Blue) = 51+209+74=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 209 (82.03% from 255 or 62.57% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 209 - color contains mainly: green. Hex color #33D14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D14A is #CC2EB5. Grayscale: #929292. Windows color (decimal): -13381302 or 4903219. OLE color: 4903219.
HSL color Cylindrical-coordinate representation of color #33D14A: hue angle of 128.73º 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 #33D14A is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 209 | 74 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.18 |
| HSL | 128.73º | 0.63% | 0.51% | - |
| HSV(B) | 128.73º | 0.76% | 0.82% | - |
| XYZ | 25.4 | 46.8 | 14.17 | - |
| YUV | 146.37 | 87.15 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 209 | 74 | 0.76 | 0 | 0.65 | 0.18 | 128.73 | 0.63 | 0.51 |
| Hex | 33 | D1 | 4A | 4C | 0 | 41 | 12 | 81 | 3F | 33 |
| Octal | 63 | 321 | 112 | 114 | 0 | 101 | 22 | 201 | 77 | 63 |
| Binary | 110011 | 11010001 | 1001010 | 1001100 | 0 | 1000001 | 10010 | 10000001 | 111111 | 110011 |
Color Harmonies of #33D14A
Complementary color
Monochromatic Colors of #33D14A
Black with #33D14A
Text Example
Text Example
White with #33D14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D14A; }
p { color: rgb(51,209,74); }
H1.HeaderClassName
{
color: #33D14A;
}
.AnyTagClassName
{
color: #33D14A;
}
</style>
background-color css
<style>
a { background-color: #33D14A; }
a { background-color: rgb(51,209,74); }
div.DivClassName
{
background-color: #33D14A;
}
.BgClassName
{
background-color: #33D14A;
}
</style>
border-color css
<style>
span { border-color: #33D14A; }
span { border-color: rgb(51,209,74); }
td.TdClassName
{
border-color: #33D14A;
}
.TagClassName
{
border-color: #33D14A;
}
</style>