Shades of Lime Green #33D825
Tints of Lime Green #33D825
RGB
CMYK
RGB Variations
Color information
#33D825 (or 0x33D825) is known color: Lime Green. HEX triplet: 33, D8 and 25. RGB value is (51,216,37). Sum of RGB (Red+Green+Blue) = 51+216+37=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 216 (84.77% from 255 or 71.05% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 216 - color contains mainly: green. Hex color #33D825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D825 is #CC27DA. Grayscale: #929292. Windows color (decimal): -13379547 or 2480179. OLE color: 2480179.
HSL color Cylindrical-coordinate representation of color #33D825: hue angle of 115.31º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33D825 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 216 | 37 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.15 |
| HSL | 115.31º | 0.71% | 0.5% | - |
| HSV(B) | 115.31º | 0.83% | 0.85% | - |
| XYZ | 26.26 | 49.95 | 10.01 | - |
| YUV | 146.26 | 66.34 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 216 | 37 | 0.76 | 0 | 0.83 | 0.15 | 115.31 | 0.71 | 0.5 |
| Hex | 33 | D8 | 25 | 4C | 0 | 53 | F | 73 | 47 | 32 |
| Octal | 63 | 330 | 45 | 114 | 0 | 123 | 17 | 163 | 107 | 62 |
| Binary | 110011 | 11011000 | 100101 | 1001100 | 0 | 1010011 | 1111 | 1110011 | 1000111 | 110010 |
Color Harmonies of #33D825
Complementary color
Monochromatic Colors of #33D825
Black with #33D825
Text Example
Text Example
White with #33D825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D825; }
p { color: rgb(51,216,37); }
H1.HeaderClassName
{
color: #33D825;
}
.AnyTagClassName
{
color: #33D825;
}
</style>
background-color css
<style>
a { background-color: #33D825; }
a { background-color: rgb(51,216,37); }
div.DivClassName
{
background-color: #33D825;
}
.BgClassName
{
background-color: #33D825;
}
</style>
border-color css
<style>
span { border-color: #33D825; }
span { border-color: rgb(51,216,37); }
td.TdClassName
{
border-color: #33D825;
}
.TagClassName
{
border-color: #33D825;
}
</style>