Shades of Lime Green #33C346
Tints of Lime Green #33C346
RGB
CMYK
RGB Variations
Color information
#33C346 (or 0x33C346) is known color: Lime Green. HEX triplet: 33, C3 and 46. RGB value is (51,195,70). Sum of RGB (Red+Green+Blue) = 51+195+70=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #33C346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C346 is #CC3CB9. Grayscale: #8A8A8A. Windows color (decimal): -13384890 or 4637491. OLE color: 4637491.
HSL color Cylindrical-coordinate representation of color #33C346: hue angle of 127.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C346 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 195 | 70 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.24 |
| HSL | 127.92º | 0.59% | 0.48% | - |
| HSV(B) | 127.92º | 0.74% | 0.76% | - |
| XYZ | 21.99 | 40.18 | 12.39 | - |
| YUV | 137.69 | 89.79 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 195 | 70 | 0.74 | 0 | 0.64 | 0.24 | 127.92 | 0.59 | 0.48 |
| Hex | 33 | C3 | 46 | 4A | 0 | 40 | 18 | 80 | 3B | 30 |
| Octal | 63 | 303 | 106 | 112 | 0 | 100 | 30 | 200 | 73 | 60 |
| Binary | 110011 | 11000011 | 1000110 | 1001010 | 0 | 1000000 | 11000 | 10000000 | 111011 | 110000 |
Color Harmonies of #33C346
Complementary color
Monochromatic Colors of #33C346
Black with #33C346
Text Example
Text Example
White with #33C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C346; }
p { color: rgb(51,195,70); }
H1.HeaderClassName
{
color: #33C346;
}
.AnyTagClassName
{
color: #33C346;
}
</style>
background-color css
<style>
a { background-color: #33C346; }
a { background-color: rgb(51,195,70); }
div.DivClassName
{
background-color: #33C346;
}
.BgClassName
{
background-color: #33C346;
}
</style>
border-color css
<style>
span { border-color: #33C346; }
span { border-color: rgb(51,195,70); }
td.TdClassName
{
border-color: #33C346;
}
.TagClassName
{
border-color: #33C346;
}
</style>