Shades of Lime Green #33D913
Tints of Lime Green #33D913
RGB
CMYK
RGB Variations
Color information
#33D913 (or 0x33D913) is known color: Lime Green. HEX triplet: 33, D9 and 13. RGB value is (51,217,19). Sum of RGB (Red+Green+Blue) = 51+217+19=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 217 (85.16% from 255 or 75.61% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 217 - color contains mainly: green. Hex color #33D913 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D913 is #CC26EC. Grayscale: #919191. Windows color (decimal): -13379309 or 1300787. OLE color: 1300787.
HSL color Cylindrical-coordinate representation of color #33D913: hue angle of 110.3º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33D913 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 19 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.15 |
| HSL | 110.3º | 0.84% | 0.46% | - |
| HSV(B) | 110.3º | 0.91% | 0.85% | - |
| XYZ | 26.3 | 50.38 | 8.95 | - |
| YUV | 144.79 | 57 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 19 | 0.76 | 0 | 0.91 | 0.15 | 110.3 | 0.84 | 0.46 |
| Hex | 33 | D9 | 13 | 4C | 0 | 5B | F | 6E | 54 | 2E |
| Octal | 63 | 331 | 23 | 114 | 0 | 133 | 17 | 156 | 124 | 56 |
| Binary | 110011 | 11011001 | 10011 | 1001100 | 0 | 1011011 | 1111 | 1101110 | 1010100 | 101110 |
Color Harmonies of #33D913
Complementary color
Monochromatic Colors of #33D913
Black with #33D913
Text Example
Text Example
White with #33D913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D913; }
p { color: rgb(51,217,19); }
H1.HeaderClassName
{
color: #33D913;
}
.AnyTagClassName
{
color: #33D913;
}
</style>
background-color css
<style>
a { background-color: #33D913; }
a { background-color: rgb(51,217,19); }
div.DivClassName
{
background-color: #33D913;
}
.BgClassName
{
background-color: #33D913;
}
</style>
border-color css
<style>
span { border-color: #33D913; }
span { border-color: rgb(51,217,19); }
td.TdClassName
{
border-color: #33D913;
}
.TagClassName
{
border-color: #33D913;
}
</style>