Shades of Lime Green #33D738
Tints of Lime Green #33D738
RGB
CMYK
RGB Variations
Color information
#33D738 (or 0x33D738) is known color: Lime Green. HEX triplet: 33, D7 and 38. RGB value is (51,215,56). Sum of RGB (Red+Green+Blue) = 51+215+56=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 215 (84.38% from 255 or 66.77% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 215 - color contains mainly: green. Hex color #33D738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D738 is #CC28C7. Grayscale: #949494. Windows color (decimal): -13379784 or 3725107. OLE color: 3725107.
HSL color Cylindrical-coordinate representation of color #33D738: hue angle of 121.83º 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 #33D738 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 215 | 56 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.16 |
| HSL | 121.83º | 0.67% | 0.52% | - |
| HSV(B) | 121.83º | 0.76% | 0.84% | - |
| XYZ | 26.38 | 49.59 | 11.92 | - |
| YUV | 147.84 | 76.17 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 215 | 56 | 0.76 | 0 | 0.74 | 0.16 | 121.83 | 0.67 | 0.52 |
| Hex | 33 | D7 | 38 | 4C | 0 | 4A | 10 | 7A | 43 | 34 |
| Octal | 63 | 327 | 70 | 114 | 0 | 112 | 20 | 172 | 103 | 64 |
| Binary | 110011 | 11010111 | 111000 | 1001100 | 0 | 1001010 | 10000 | 1111010 | 1000011 | 110100 |
Color Harmonies of #33D738
Complementary color
Monochromatic Colors of #33D738
Black with #33D738
Text Example
Text Example
White with #33D738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D738; }
p { color: rgb(51,215,56); }
H1.HeaderClassName
{
color: #33D738;
}
.AnyTagClassName
{
color: #33D738;
}
</style>
background-color css
<style>
a { background-color: #33D738; }
a { background-color: rgb(51,215,56); }
div.DivClassName
{
background-color: #33D738;
}
.BgClassName
{
background-color: #33D738;
}
</style>
border-color css
<style>
span { border-color: #33D738; }
span { border-color: rgb(51,215,56); }
td.TdClassName
{
border-color: #33D738;
}
.TagClassName
{
border-color: #33D738;
}
</style>