Shades of Lime Green #33D945
Tints of Lime Green #33D945
RGB
CMYK
RGB Variations
Color information
#33D945 (or 0x33D945) is known color: Lime Green. HEX triplet: 33, D9 and 45. RGB value is (51,217,69). Sum of RGB (Red+Green+Blue) = 51+217+69=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 217 (85.16% from 255 or 64.39% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 217 - color contains mainly: green. Hex color #33D945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D945 is #CC26BA. Grayscale: #969696. Windows color (decimal): -13379259 or 4577587. OLE color: 4577587.
HSL color Cylindrical-coordinate representation of color #33D945: hue angle of 126.51º 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 #33D945 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 69 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.15 |
| HSL | 126.51º | 0.69% | 0.53% | - |
| HSV(B) | 126.51º | 0.76% | 0.85% | - |
| XYZ | 27.25 | 50.76 | 13.99 | - |
| YUV | 150.49 | 82 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 69 | 0.76 | 0 | 0.68 | 0.15 | 126.51 | 0.69 | 0.53 |
| Hex | 33 | D9 | 45 | 4C | 0 | 44 | F | 7F | 45 | 35 |
| Octal | 63 | 331 | 105 | 114 | 0 | 104 | 17 | 177 | 105 | 65 |
| Binary | 110011 | 11011001 | 1000101 | 1001100 | 0 | 1000100 | 1111 | 1111111 | 1000101 | 110101 |
Color Harmonies of #33D945
Complementary color
Monochromatic Colors of #33D945
Black with #33D945
Text Example
Text Example
White with #33D945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D945; }
p { color: rgb(51,217,69); }
H1.HeaderClassName
{
color: #33D945;
}
.AnyTagClassName
{
color: #33D945;
}
</style>
background-color css
<style>
a { background-color: #33D945; }
a { background-color: rgb(51,217,69); }
div.DivClassName
{
background-color: #33D945;
}
.BgClassName
{
background-color: #33D945;
}
</style>
border-color css
<style>
span { border-color: #33D945; }
span { border-color: rgb(51,217,69); }
td.TdClassName
{
border-color: #33D945;
}
.TagClassName
{
border-color: #33D945;
}
</style>