Shades of Lime Green #33C62C
Tints of Lime Green #33C62C
RGB
CMYK
RGB Variations
Color information
#33C62C (or 0x33C62C) is known color: Lime Green. HEX triplet: 33, C6 and 2C. RGB value is (51,198,44). Sum of RGB (Red+Green+Blue) = 51+198+44=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 198 (77.73% from 255 or 67.58% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 198 - color contains mainly: green. Hex color #33C62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C62C is #CC39D3. Grayscale: #888888. Windows color (decimal): -13384148 or 2934323. OLE color: 2934323.
HSL color Cylindrical-coordinate representation of color #33C62C: hue angle of 117.27º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33C62C is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 198 | 44 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.22 |
| HSL | 117.27º | 0.64% | 0.47% | - |
| HSV(B) | 117.27º | 0.78% | 0.78% | - |
| XYZ | 22.01 | 41.27 | 9.19 | - |
| YUV | 136.49 | 75.8 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 198 | 44 | 0.74 | 0 | 0.78 | 0.22 | 117.27 | 0.64 | 0.47 |
| Hex | 33 | C6 | 2C | 4A | 0 | 4E | 16 | 75 | 40 | 2F |
| Octal | 63 | 306 | 54 | 112 | 0 | 116 | 26 | 165 | 100 | 57 |
| Binary | 110011 | 11000110 | 101100 | 1001010 | 0 | 1001110 | 10110 | 1110101 | 1000000 | 101111 |
Color Harmonies of #33C62C
Complementary color
Monochromatic Colors of #33C62C
Black with #33C62C
Text Example
Text Example
White with #33C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C62C; }
p { color: rgb(51,198,44); }
H1.HeaderClassName
{
color: #33C62C;
}
.AnyTagClassName
{
color: #33C62C;
}
</style>
background-color css
<style>
a { background-color: #33C62C; }
a { background-color: rgb(51,198,44); }
div.DivClassName
{
background-color: #33C62C;
}
.BgClassName
{
background-color: #33C62C;
}
</style>
border-color css
<style>
span { border-color: #33C62C; }
span { border-color: rgb(51,198,44); }
td.TdClassName
{
border-color: #33C62C;
}
.TagClassName
{
border-color: #33C62C;
}
</style>