Shades of Lime Green #33C745
Tints of Lime Green #33C745
RGB
CMYK
RGB Variations
Color information
#33C745 (or 0x33C745) is known color: Lime Green. HEX triplet: 33, C7 and 45. RGB value is (51,199,69). Sum of RGB (Red+Green+Blue) = 51+199+69=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 199 (78.12% from 255 or 62.38% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 199 - color contains mainly: green. Hex color #33C745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C745 is #CC38BA. Grayscale: #8C8C8C. Windows color (decimal): -13383867 or 4572979. OLE color: 4572979.
HSL color Cylindrical-coordinate representation of color #33C745: hue angle of 127.3º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C745 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 199 | 69 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.22 |
| HSL | 127.3º | 0.59% | 0.49% | - |
| HSV(B) | 127.3º | 0.74% | 0.78% | - |
| XYZ | 22.86 | 41.98 | 12.53 | - |
| YUV | 139.93 | 87.97 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 199 | 69 | 0.74 | 0 | 0.65 | 0.22 | 127.3 | 0.59 | 0.49 |
| Hex | 33 | C7 | 45 | 4A | 0 | 41 | 16 | 7F | 3B | 31 |
| Octal | 63 | 307 | 105 | 112 | 0 | 101 | 26 | 177 | 73 | 61 |
| Binary | 110011 | 11000111 | 1000101 | 1001010 | 0 | 1000001 | 10110 | 1111111 | 111011 | 110001 |
Color Harmonies of #33C745
Complementary color
Monochromatic Colors of #33C745
Black with #33C745
Text Example
Text Example
White with #33C745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C745; }
p { color: rgb(51,199,69); }
H1.HeaderClassName
{
color: #33C745;
}
.AnyTagClassName
{
color: #33C745;
}
</style>
background-color css
<style>
a { background-color: #33C745; }
a { background-color: rgb(51,199,69); }
div.DivClassName
{
background-color: #33C745;
}
.BgClassName
{
background-color: #33C745;
}
</style>
border-color css
<style>
span { border-color: #33C745; }
span { border-color: rgb(51,199,69); }
td.TdClassName
{
border-color: #33C745;
}
.TagClassName
{
border-color: #33C745;
}
</style>