Shades of Lime Green #33C845
Tints of Lime Green #33C845
RGB
CMYK
RGB Variations
Color information
#33C845 (or 0x33C845) is known color: Lime Green. HEX triplet: 33, C8 and 45. RGB value is (51,200,69). Sum of RGB (Red+Green+Blue) = 51+200+69=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 200 (78.52% from 255 or 62.5% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 200 - color contains mainly: green. Hex color #33C845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C845 is #CC37BA. Grayscale: #8C8C8C. Windows color (decimal): -13383611 or 4573235. OLE color: 4573235.
HSL color Cylindrical-coordinate representation of color #33C845: hue angle of 127.25º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C845 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 200 | 69 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.22 |
| HSL | 127.25º | 0.59% | 0.49% | - |
| HSV(B) | 127.25º | 0.75% | 0.78% | - |
| XYZ | 23.09 | 42.44 | 12.61 | - |
| YUV | 140.52 | 87.64 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 200 | 69 | 0.74 | 0 | 0.66 | 0.22 | 127.25 | 0.59 | 0.49 |
| Hex | 33 | C8 | 45 | 4A | 0 | 42 | 16 | 7F | 3B | 31 |
| Octal | 63 | 310 | 105 | 112 | 0 | 102 | 26 | 177 | 73 | 61 |
| Binary | 110011 | 11001000 | 1000101 | 1001010 | 0 | 1000010 | 10110 | 1111111 | 111011 | 110001 |
Color Harmonies of #33C845
Complementary color
Monochromatic Colors of #33C845
Black with #33C845
Text Example
Text Example
White with #33C845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C845; }
p { color: rgb(51,200,69); }
H1.HeaderClassName
{
color: #33C845;
}
.AnyTagClassName
{
color: #33C845;
}
</style>
background-color css
<style>
a { background-color: #33C845; }
a { background-color: rgb(51,200,69); }
div.DivClassName
{
background-color: #33C845;
}
.BgClassName
{
background-color: #33C845;
}
</style>
border-color css
<style>
span { border-color: #33C845; }
span { border-color: rgb(51,200,69); }
td.TdClassName
{
border-color: #33C845;
}
.TagClassName
{
border-color: #33C845;
}
</style>