Shades of Lime Green #33BC3A
Tints of Lime Green #33BC3A
RGB
CMYK
RGB Variations
Color information
#33BC3A (or 0x33BC3A) is known color: Lime Green. HEX triplet: 33, BC and 3A. RGB value is (51,188,58). Sum of RGB (Red+Green+Blue) = 51+188+58=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BC3A is #CC43C5. Grayscale: #848484. Windows color (decimal): -13386694 or 3849267. OLE color: 3849267.
HSL color Cylindrical-coordinate representation of color #33BC3A: hue angle of 123.07º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BC3A is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 188 | 58 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.26 |
| HSL | 123.07º | 0.57% | 0.47% | - |
| HSV(B) | 123.07º | 0.73% | 0.74% | - |
| XYZ | 20.11 | 36.98 | 10.08 | - |
| YUV | 132.22 | 86.11 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 58 | 0.73 | 0 | 0.69 | 0.26 | 123.07 | 0.57 | 0.47 |
| Hex | 33 | BC | 3A | 49 | 0 | 45 | 1A | 7B | 39 | 2F |
| Octal | 63 | 274 | 72 | 111 | 0 | 105 | 32 | 173 | 71 | 57 |
| Binary | 110011 | 10111100 | 111010 | 1001001 | 0 | 1000101 | 11010 | 1111011 | 111001 | 101111 |
Color Harmonies of #33BC3A
Complementary color
Monochromatic Colors of #33BC3A
Black with #33BC3A
Text Example
Text Example
White with #33BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BC3A; }
p { color: rgb(51,188,58); }
H1.HeaderClassName
{
color: #33BC3A;
}
.AnyTagClassName
{
color: #33BC3A;
}
</style>
background-color css
<style>
a { background-color: #33BC3A; }
a { background-color: rgb(51,188,58); }
div.DivClassName
{
background-color: #33BC3A;
}
.BgClassName
{
background-color: #33BC3A;
}
</style>
border-color css
<style>
span { border-color: #33BC3A; }
span { border-color: rgb(51,188,58); }
td.TdClassName
{
border-color: #33BC3A;
}
.TagClassName
{
border-color: #33BC3A;
}
</style>