Shades of Lime Green #33B935
Tints of Lime Green #33B935
RGB
CMYK
RGB Variations
Color information
#33B935 (or 0x33B935) is known color: Lime Green. HEX triplet: 33, B9 and 35. RGB value is (51,185,53). Sum of RGB (Red+Green+Blue) = 51+185+53=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 185 (72.66% from 255 or 64.01% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 185 - color contains mainly: green. Hex color #33B935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B935 is #CC46CA. Grayscale: #828282. Windows color (decimal): -13387467 or 3520819. OLE color: 3520819.
HSL color Cylindrical-coordinate representation of color #33B935: hue angle of 120.9º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B935 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 185 | 53 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.27 |
| HSL | 120.9º | 0.57% | 0.46% | - |
| HSV(B) | 120.9º | 0.72% | 0.73% | - |
| XYZ | 19.36 | 35.66 | 9.23 | - |
| YUV | 129.89 | 84.61 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 185 | 53 | 0.72 | 0 | 0.71 | 0.27 | 120.9 | 0.57 | 0.46 |
| Hex | 33 | B9 | 35 | 48 | 0 | 47 | 1B | 79 | 39 | 2E |
| Octal | 63 | 271 | 65 | 110 | 0 | 107 | 33 | 171 | 71 | 56 |
| Binary | 110011 | 10111001 | 110101 | 1001000 | 0 | 1000111 | 11011 | 1111001 | 111001 | 101110 |
Color Harmonies of #33B935
Complementary color
Monochromatic Colors of #33B935
Black with #33B935
Text Example
Text Example
White with #33B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B935; }
p { color: rgb(51,185,53); }
H1.HeaderClassName
{
color: #33B935;
}
.AnyTagClassName
{
color: #33B935;
}
</style>
background-color css
<style>
a { background-color: #33B935; }
a { background-color: rgb(51,185,53); }
div.DivClassName
{
background-color: #33B935;
}
.BgClassName
{
background-color: #33B935;
}
</style>
border-color css
<style>
span { border-color: #33B935; }
span { border-color: rgb(51,185,53); }
td.TdClassName
{
border-color: #33B935;
}
.TagClassName
{
border-color: #33B935;
}
</style>