Shades of Lime Green #33D517
Tints of Lime Green #33D517
RGB
CMYK
RGB Variations
Color information
#33D517 (or 0x33D517) is known color: Lime Green. HEX triplet: 33, D5 and 17. RGB value is (51,213,23). Sum of RGB (Red+Green+Blue) = 51+213+23=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 213 (83.59% from 255 or 74.22% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 213 - color contains mainly: green. Hex color #33D517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D517 is #CC2AE8. Grayscale: #8F8F8F. Windows color (decimal): -13380329 or 1561907. OLE color: 1561907.
HSL color Cylindrical-coordinate representation of color #33D517: hue angle of 111.16º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33D517 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 213 | 23 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.16 |
| HSL | 111.16º | 0.81% | 0.46% | - |
| HSV(B) | 111.16º | 0.89% | 0.84% | - |
| XYZ | 25.31 | 48.35 | 8.81 | - |
| YUV | 142.9 | 60.33 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 23 | 0.76 | 0 | 0.89 | 0.16 | 111.16 | 0.81 | 0.46 |
| Hex | 33 | D5 | 17 | 4C | 0 | 59 | 10 | 6F | 51 | 2E |
| Octal | 63 | 325 | 27 | 114 | 0 | 131 | 20 | 157 | 121 | 56 |
| Binary | 110011 | 11010101 | 10111 | 1001100 | 0 | 1011001 | 10000 | 1101111 | 1010001 | 101110 |
Color Harmonies of #33D517
Complementary color
Monochromatic Colors of #33D517
Black with #33D517
Text Example
Text Example
White with #33D517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D517; }
p { color: rgb(51,213,23); }
H1.HeaderClassName
{
color: #33D517;
}
.AnyTagClassName
{
color: #33D517;
}
</style>
background-color css
<style>
a { background-color: #33D517; }
a { background-color: rgb(51,213,23); }
div.DivClassName
{
background-color: #33D517;
}
.BgClassName
{
background-color: #33D517;
}
</style>
border-color css
<style>
span { border-color: #33D517; }
span { border-color: rgb(51,213,23); }
td.TdClassName
{
border-color: #33D517;
}
.TagClassName
{
border-color: #33D517;
}
</style>