Shades of Lime Green #33D445
Tints of Lime Green #33D445
RGB
CMYK
RGB Variations
Color information
#33D445 (or 0x33D445) is known color: Lime Green. HEX triplet: 33, D4 and 45. RGB value is (51,212,69). Sum of RGB (Red+Green+Blue) = 51+212+69=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 212 (83.20% from 255 or 63.86% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 212 - color contains mainly: green. Hex color #33D445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D445 is #CC2BBA. Grayscale: #939393. Windows color (decimal): -13380539 or 4576307. OLE color: 4576307.
HSL color Cylindrical-coordinate representation of color #33D445: hue angle of 126.71º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D445 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 212 | 69 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.17 |
| HSL | 126.71º | 0.65% | 0.52% | - |
| HSV(B) | 126.71º | 0.76% | 0.83% | - |
| XYZ | 25.98 | 48.22 | 13.57 | - |
| YUV | 147.56 | 83.66 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 212 | 69 | 0.76 | 0 | 0.67 | 0.17 | 126.71 | 0.65 | 0.52 |
| Hex | 33 | D4 | 45 | 4C | 0 | 43 | 11 | 7F | 41 | 34 |
| Octal | 63 | 324 | 105 | 114 | 0 | 103 | 21 | 177 | 101 | 64 |
| Binary | 110011 | 11010100 | 1000101 | 1001100 | 0 | 1000011 | 10001 | 1111111 | 1000001 | 110100 |
Color Harmonies of #33D445
Complementary color
Monochromatic Colors of #33D445
Black with #33D445
Text Example
Text Example
White with #33D445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D445; }
p { color: rgb(51,212,69); }
H1.HeaderClassName
{
color: #33D445;
}
.AnyTagClassName
{
color: #33D445;
}
</style>
background-color css
<style>
a { background-color: #33D445; }
a { background-color: rgb(51,212,69); }
div.DivClassName
{
background-color: #33D445;
}
.BgClassName
{
background-color: #33D445;
}
</style>
border-color css
<style>
span { border-color: #33D445; }
span { border-color: rgb(51,212,69); }
td.TdClassName
{
border-color: #33D445;
}
.TagClassName
{
border-color: #33D445;
}
</style>