Shades of Lime Green #33D645
Tints of Lime Green #33D645
RGB
CMYK
RGB Variations
Color information
#33D645 (or 0x33D645) is known color: Lime Green. HEX triplet: 33, D6 and 45. RGB value is (51,214,69). Sum of RGB (Red+Green+Blue) = 51+214+69=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #33D645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D645 is #CC29BA. Grayscale: #959595. Windows color (decimal): -13380027 or 4576819. OLE color: 4576819.
HSL color Cylindrical-coordinate representation of color #33D645: hue angle of 126.63º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D645 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 69 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.16 |
| HSL | 126.63º | 0.67% | 0.52% | - |
| HSV(B) | 126.63º | 0.76% | 0.84% | - |
| XYZ | 26.49 | 49.23 | 13.74 | - |
| YUV | 148.73 | 83 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 69 | 0.76 | 0 | 0.68 | 0.16 | 126.63 | 0.67 | 0.52 |
| Hex | 33 | D6 | 45 | 4C | 0 | 44 | 10 | 7F | 43 | 34 |
| Octal | 63 | 326 | 105 | 114 | 0 | 104 | 20 | 177 | 103 | 64 |
| Binary | 110011 | 11010110 | 1000101 | 1001100 | 0 | 1000100 | 10000 | 1111111 | 1000011 | 110100 |
Color Harmonies of #33D645
Complementary color
Monochromatic Colors of #33D645
Black with #33D645
Text Example
Text Example
White with #33D645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D645; }
p { color: rgb(51,214,69); }
H1.HeaderClassName
{
color: #33D645;
}
.AnyTagClassName
{
color: #33D645;
}
</style>
background-color css
<style>
a { background-color: #33D645; }
a { background-color: rgb(51,214,69); }
div.DivClassName
{
background-color: #33D645;
}
.BgClassName
{
background-color: #33D645;
}
</style>
border-color css
<style>
span { border-color: #33D645; }
span { border-color: rgb(51,214,69); }
td.TdClassName
{
border-color: #33D645;
}
.TagClassName
{
border-color: #33D645;
}
</style>