Shades of Lime Green #33C43B
Tints of Lime Green #33C43B
RGB
CMYK
RGB Variations
Color information
#33C43B (or 0x33C43B) is known color: Lime Green. HEX triplet: 33, C4 and 3B. RGB value is (51,196,59). Sum of RGB (Red+Green+Blue) = 51+196+59=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 196 (76.95% from 255 or 64.05% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 196 - color contains mainly: green. Hex color #33C43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C43B is #CC3BC4. Grayscale: #898989. Windows color (decimal): -13384645 or 3916851. OLE color: 3916851.
HSL color Cylindrical-coordinate representation of color #33C43B: hue angle of 123.31º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C43B is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 196 | 59 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.23 |
| HSL | 123.31º | 0.59% | 0.48% | - |
| HSV(B) | 123.31º | 0.74% | 0.77% | - |
| XYZ | 21.89 | 40.5 | 10.8 | - |
| YUV | 137.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 196 | 59 | 0.74 | 0 | 0.70 | 0.23 | 123.31 | 0.59 | 0.48 |
| Hex | 33 | C4 | 3B | 4A | 0 | 46 | 17 | 7B | 3B | 30 |
| Octal | 63 | 304 | 73 | 112 | 0 | 106 | 27 | 173 | 73 | 60 |
| Binary | 110011 | 11000100 | 111011 | 1001010 | 0 | 1000110 | 10111 | 1111011 | 111011 | 110000 |
Color Harmonies of #33C43B
Complementary color
Monochromatic Colors of #33C43B
Black with #33C43B
Text Example
Text Example
White with #33C43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C43B; }
p { color: rgb(51,196,59); }
H1.HeaderClassName
{
color: #33C43B;
}
.AnyTagClassName
{
color: #33C43B;
}
</style>
background-color css
<style>
a { background-color: #33C43B; }
a { background-color: rgb(51,196,59); }
div.DivClassName
{
background-color: #33C43B;
}
.BgClassName
{
background-color: #33C43B;
}
</style>
border-color css
<style>
span { border-color: #33C43B; }
span { border-color: rgb(51,196,59); }
td.TdClassName
{
border-color: #33C43B;
}
.TagClassName
{
border-color: #33C43B;
}
</style>