Shades of Lime Green #33D514
Tints of Lime Green #33D514
RGB
CMYK
RGB Variations
Color information
#33D514 (or 0x33D514) is known color: Lime Green. HEX triplet: 33, D5 and 14. RGB value is (51,213,20). Sum of RGB (Red+Green+Blue) = 51+213+20=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 213 (83.59% from 255 or 75% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 213 - color contains mainly: green. Hex color #33D514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D514 is #CC2AEB. Grayscale: #8F8F8F. Windows color (decimal): -13380332 or 1365299. OLE color: 1365299.
HSL color Cylindrical-coordinate representation of color #33D514: hue angle of 110.36º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33D514 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 213 | 20 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.16 |
| HSL | 110.36º | 0.83% | 0.46% | - |
| HSV(B) | 110.36º | 0.91% | 0.84% | - |
| XYZ | 25.29 | 48.34 | 8.66 | - |
| YUV | 142.56 | 58.83 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 20 | 0.76 | 0 | 0.91 | 0.16 | 110.36 | 0.83 | 0.46 |
| Hex | 33 | D5 | 14 | 4C | 0 | 5B | 10 | 6E | 53 | 2E |
| Octal | 63 | 325 | 24 | 114 | 0 | 133 | 20 | 156 | 123 | 56 |
| Binary | 110011 | 11010101 | 10100 | 1001100 | 0 | 1011011 | 10000 | 1101110 | 1010011 | 101110 |
Color Harmonies of #33D514
Complementary color
Monochromatic Colors of #33D514
Black with #33D514
Text Example
Text Example
White with #33D514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D514; }
p { color: rgb(51,213,20); }
H1.HeaderClassName
{
color: #33D514;
}
.AnyTagClassName
{
color: #33D514;
}
</style>
background-color css
<style>
a { background-color: #33D514; }
a { background-color: rgb(51,213,20); }
div.DivClassName
{
background-color: #33D514;
}
.BgClassName
{
background-color: #33D514;
}
</style>
border-color css
<style>
span { border-color: #33D514; }
span { border-color: rgb(51,213,20); }
td.TdClassName
{
border-color: #33D514;
}
.TagClassName
{
border-color: #33D514;
}
</style>