Shades of Lime Green #33B838
Tints of Lime Green #33B838
RGB
CMYK
RGB Variations
Color information
#33B838 (or 0x33B838) is known color: Lime Green. HEX triplet: 33, B8 and 38. RGB value is (51,184,56). Sum of RGB (Red+Green+Blue) = 51+184+56=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 184 (72.27% from 255 or 63.23% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 184 - color contains mainly: green. Hex color #33B838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B838 is #CC47C7. Grayscale: #828282. Windows color (decimal): -13387720 or 3717171. OLE color: 3717171.
HSL color Cylindrical-coordinate representation of color #33B838: hue angle of 122.26º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B838 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 184 | 56 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.28 |
| HSL | 122.26º | 0.57% | 0.46% | - |
| HSV(B) | 122.26º | 0.72% | 0.72% | - |
| XYZ | 19.22 | 35.27 | 9.54 | - |
| YUV | 129.64 | 86.44 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 184 | 56 | 0.72 | 0 | 0.70 | 0.28 | 122.26 | 0.57 | 0.46 |
| Hex | 33 | B8 | 38 | 48 | 0 | 46 | 1C | 7A | 39 | 2E |
| Octal | 63 | 270 | 70 | 110 | 0 | 106 | 34 | 172 | 71 | 56 |
| Binary | 110011 | 10111000 | 111000 | 1001000 | 0 | 1000110 | 11100 | 1111010 | 111001 | 101110 |
Color Harmonies of #33B838
Complementary color
Monochromatic Colors of #33B838
Black with #33B838
Text Example
Text Example
White with #33B838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B838; }
p { color: rgb(51,184,56); }
H1.HeaderClassName
{
color: #33B838;
}
.AnyTagClassName
{
color: #33B838;
}
</style>
background-color css
<style>
a { background-color: #33B838; }
a { background-color: rgb(51,184,56); }
div.DivClassName
{
background-color: #33B838;
}
.BgClassName
{
background-color: #33B838;
}
</style>
border-color css
<style>
span { border-color: #33B838; }
span { border-color: rgb(51,184,56); }
td.TdClassName
{
border-color: #33B838;
}
.TagClassName
{
border-color: #33B838;
}
</style>