Shades of Lime Green #33BC44
Tints of Lime Green #33BC44
RGB
CMYK
RGB Variations
Color information
#33BC44 (or 0x33BC44) is known color: Lime Green. HEX triplet: 33, BC and 44. RGB value is (51,188,68). Sum of RGB (Red+Green+Blue) = 51+188+68=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BC44 is #CC43BB. Grayscale: #858585. Windows color (decimal): -13386684 or 4504627. OLE color: 4504627.
HSL color Cylindrical-coordinate representation of color #33BC44: hue angle of 127.45º 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 #33BC44 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 188 | 68 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.26 |
| HSL | 127.45º | 0.57% | 0.47% | - |
| HSV(B) | 127.45º | 0.73% | 0.74% | - |
| XYZ | 20.39 | 37.09 | 11.55 | - |
| YUV | 133.36 | 91.11 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 68 | 0.73 | 0 | 0.64 | 0.26 | 127.45 | 0.57 | 0.47 |
| Hex | 33 | BC | 44 | 49 | 0 | 40 | 1A | 7F | 39 | 2F |
| Octal | 63 | 274 | 104 | 111 | 0 | 100 | 32 | 177 | 71 | 57 |
| Binary | 110011 | 10111100 | 1000100 | 1001001 | 0 | 1000000 | 11010 | 1111111 | 111001 | 101111 |
Color Harmonies of #33BC44
Complementary color
Monochromatic Colors of #33BC44
Black with #33BC44
Text Example
Text Example
White with #33BC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BC44; }
p { color: rgb(51,188,68); }
H1.HeaderClassName
{
color: #33BC44;
}
.AnyTagClassName
{
color: #33BC44;
}
</style>
background-color css
<style>
a { background-color: #33BC44; }
a { background-color: rgb(51,188,68); }
div.DivClassName
{
background-color: #33BC44;
}
.BgClassName
{
background-color: #33BC44;
}
</style>
border-color css
<style>
span { border-color: #33BC44; }
span { border-color: rgb(51,188,68); }
td.TdClassName
{
border-color: #33BC44;
}
.TagClassName
{
border-color: #33BC44;
}
</style>