Shades of Lime Green #33C044
Tints of Lime Green #33C044
RGB
CMYK
RGB Variations
Color information
#33C044 (or 0x33C044) is known color: Lime Green. HEX triplet: 33, C0 and 44. RGB value is (51,192,68). Sum of RGB (Red+Green+Blue) = 51+192+68=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #33C044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C044 is #CC3FBB. Grayscale: #888888. Windows color (decimal): -13385660 or 4505651. OLE color: 4505651.
HSL color Cylindrical-coordinate representation of color #33C044: hue angle of 127.23º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C044 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 68 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.25 |
| HSL | 127.23º | 0.58% | 0.48% | - |
| HSV(B) | 127.23º | 0.73% | 0.75% | - |
| XYZ | 21.26 | 38.82 | 11.84 | - |
| YUV | 135.71 | 89.79 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 68 | 0.73 | 0 | 0.65 | 0.25 | 127.23 | 0.58 | 0.48 |
| Hex | 33 | C0 | 44 | 49 | 0 | 41 | 19 | 7F | 3A | 30 |
| Octal | 63 | 300 | 104 | 111 | 0 | 101 | 31 | 177 | 72 | 60 |
| Binary | 110011 | 11000000 | 1000100 | 1001001 | 0 | 1000001 | 11001 | 1111111 | 111010 | 110000 |
Color Harmonies of #33C044
Complementary color
Monochromatic Colors of #33C044
Black with #33C044
Text Example
Text Example
White with #33C044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C044; }
p { color: rgb(51,192,68); }
H1.HeaderClassName
{
color: #33C044;
}
.AnyTagClassName
{
color: #33C044;
}
</style>
background-color css
<style>
a { background-color: #33C044; }
a { background-color: rgb(51,192,68); }
div.DivClassName
{
background-color: #33C044;
}
.BgClassName
{
background-color: #33C044;
}
</style>
border-color css
<style>
span { border-color: #33C044; }
span { border-color: rgb(51,192,68); }
td.TdClassName
{
border-color: #33C044;
}
.TagClassName
{
border-color: #33C044;
}
</style>