Shades of Lime Green #33D940
Tints of Lime Green #33D940
RGB
CMYK
RGB Variations
Color information
#33D940 (or 0x33D940) is known color: Lime Green. HEX triplet: 33, D9 and 40. RGB value is (51,217,64). Sum of RGB (Red+Green+Blue) = 51+217+64=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 217 (85.16% from 255 or 65.36% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 217 - color contains mainly: green. Hex color #33D940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D940 is #CC26BF. Grayscale: #969696. Windows color (decimal): -13379264 or 4249907. OLE color: 4249907.
HSL color Cylindrical-coordinate representation of color #33D940: hue angle of 124.7º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D940 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 64 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.15 |
| HSL | 124.7º | 0.69% | 0.53% | - |
| HSV(B) | 124.7º | 0.76% | 0.85% | - |
| XYZ | 27.1 | 50.7 | 13.21 | - |
| YUV | 149.92 | 79.5 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 64 | 0.76 | 0 | 0.71 | 0.15 | 124.7 | 0.69 | 0.53 |
| Hex | 33 | D9 | 40 | 4C | 0 | 47 | F | 7D | 45 | 35 |
| Octal | 63 | 331 | 100 | 114 | 0 | 107 | 17 | 175 | 105 | 65 |
| Binary | 110011 | 11011001 | 1000000 | 1001100 | 0 | 1000111 | 1111 | 1111101 | 1000101 | 110101 |
Color Harmonies of #33D940
Complementary color
Monochromatic Colors of #33D940
Black with #33D940
Text Example
Text Example
White with #33D940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D940; }
p { color: rgb(51,217,64); }
H1.HeaderClassName
{
color: #33D940;
}
.AnyTagClassName
{
color: #33D940;
}
</style>
background-color css
<style>
a { background-color: #33D940; }
a { background-color: rgb(51,217,64); }
div.DivClassName
{
background-color: #33D940;
}
.BgClassName
{
background-color: #33D940;
}
</style>
border-color css
<style>
span { border-color: #33D940; }
span { border-color: rgb(51,217,64); }
td.TdClassName
{
border-color: #33D940;
}
.TagClassName
{
border-color: #33D940;
}
</style>