Shades of Lime Green #33B926
Tints of Lime Green #33B926
RGB
CMYK
RGB Variations
Color information
#33B926 (or 0x33B926) is known color: Lime Green. HEX triplet: 33, B9 and 26. RGB value is (51,185,38). Sum of RGB (Red+Green+Blue) = 51+185+38=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 185 (72.66% from 255 or 67.52% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 185 - color contains mainly: green. Hex color #33B926 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B926 is #CC46D9. Grayscale: #808080. Windows color (decimal): -13387482 or 2537779. OLE color: 2537779.
HSL color Cylindrical-coordinate representation of color #33B926: hue angle of 114.69º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33B926 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 185 | 38 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.27 |
| HSL | 114.69º | 0.66% | 0.44% | - |
| HSV(B) | 114.69º | 0.79% | 0.73% | - |
| XYZ | 19.06 | 35.54 | 7.69 | - |
| YUV | 128.18 | 77.11 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 185 | 38 | 0.72 | 0 | 0.79 | 0.27 | 114.69 | 0.66 | 0.44 |
| Hex | 33 | B9 | 26 | 48 | 0 | 4F | 1B | 73 | 42 | 2C |
| Octal | 63 | 271 | 46 | 110 | 0 | 117 | 33 | 163 | 102 | 54 |
| Binary | 110011 | 10111001 | 100110 | 1001000 | 0 | 1001111 | 11011 | 1110011 | 1000010 | 101100 |
Color Harmonies of #33B926
Complementary color
Monochromatic Colors of #33B926
Black with #33B926
Text Example
Text Example
White with #33B926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B926; }
p { color: rgb(51,185,38); }
H1.HeaderClassName
{
color: #33B926;
}
.AnyTagClassName
{
color: #33B926;
}
</style>
background-color css
<style>
a { background-color: #33B926; }
a { background-color: rgb(51,185,38); }
div.DivClassName
{
background-color: #33B926;
}
.BgClassName
{
background-color: #33B926;
}
</style>
border-color css
<style>
span { border-color: #33B926; }
span { border-color: rgb(51,185,38); }
td.TdClassName
{
border-color: #33B926;
}
.TagClassName
{
border-color: #33B926;
}
</style>