Shades of Lime Green #33C646
Tints of Lime Green #33C646
RGB
CMYK
RGB Variations
Color information
#33C646 (or 0x33C646) is known color: Lime Green. HEX triplet: 33, C6 and 46. RGB value is (51,198,70). Sum of RGB (Red+Green+Blue) = 51+198+70=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 198 (77.73% from 255 or 62.07% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 198 - color contains mainly: green. Hex color #33C646 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C646 is #CC39B9. Grayscale: #8B8B8B. Windows color (decimal): -13384122 or 4638259. OLE color: 4638259.
HSL color Cylindrical-coordinate representation of color #33C646: hue angle of 127.76º 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 #33C646 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 198 | 70 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.22 |
| HSL | 127.76º | 0.59% | 0.49% | - |
| HSV(B) | 127.76º | 0.74% | 0.78% | - |
| XYZ | 22.66 | 41.53 | 12.62 | - |
| YUV | 139.46 | 88.8 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 198 | 70 | 0.74 | 0 | 0.65 | 0.22 | 127.76 | 0.59 | 0.49 |
| Hex | 33 | C6 | 46 | 4A | 0 | 41 | 16 | 80 | 3B | 31 |
| Octal | 63 | 306 | 106 | 112 | 0 | 101 | 26 | 200 | 73 | 61 |
| Binary | 110011 | 11000110 | 1000110 | 1001010 | 0 | 1000001 | 10110 | 10000000 | 111011 | 110001 |
Color Harmonies of #33C646
Complementary color
Monochromatic Colors of #33C646
Black with #33C646
Text Example
Text Example
White with #33C646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C646; }
p { color: rgb(51,198,70); }
H1.HeaderClassName
{
color: #33C646;
}
.AnyTagClassName
{
color: #33C646;
}
</style>
background-color css
<style>
a { background-color: #33C646; }
a { background-color: rgb(51,198,70); }
div.DivClassName
{
background-color: #33C646;
}
.BgClassName
{
background-color: #33C646;
}
</style>
border-color css
<style>
span { border-color: #33C646; }
span { border-color: rgb(51,198,70); }
td.TdClassName
{
border-color: #33C646;
}
.TagClassName
{
border-color: #33C646;
}
</style>