Shades of Lime Green #33C64F
Tints of Lime Green #33C64F
RGB
CMYK
RGB Variations
Color information
#33C64F (or 0x33C64F) is known color: Lime Green. HEX triplet: 33, C6 and 4F. RGB value is (51,198,79). Sum of RGB (Red+Green+Blue) = 51+198+79=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 198 (77.73% from 255 or 60.37% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 198 - color contains mainly: green. Hex color #33C64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C64F is #CC39B0. Grayscale: #8C8C8C. Windows color (decimal): -13384113 or 5228083. OLE color: 5228083.
HSL color Cylindrical-coordinate representation of color #33C64F: hue angle of 131.43º 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 #33C64F is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 198 | 79 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.22 |
| HSL | 131.43º | 0.59% | 0.49% | - |
| HSV(B) | 131.43º | 0.74% | 0.78% | - |
| XYZ | 22.97 | 41.66 | 14.23 | - |
| YUV | 140.48 | 93.3 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 198 | 79 | 0.74 | 0 | 0.60 | 0.22 | 131.43 | 0.59 | 0.49 |
| Hex | 33 | C6 | 4F | 4A | 0 | 3C | 16 | 83 | 3B | 31 |
| Octal | 63 | 306 | 117 | 112 | 0 | 74 | 26 | 203 | 73 | 61 |
| Binary | 110011 | 11000110 | 1001111 | 1001010 | 0 | 111100 | 10110 | 10000011 | 111011 | 110001 |
Color Harmonies of #33C64F
Complementary color
Monochromatic Colors of #33C64F
Black with #33C64F
Text Example
Text Example
White with #33C64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C64F; }
p { color: rgb(51,198,79); }
H1.HeaderClassName
{
color: #33C64F;
}
.AnyTagClassName
{
color: #33C64F;
}
</style>
background-color css
<style>
a { background-color: #33C64F; }
a { background-color: rgb(51,198,79); }
div.DivClassName
{
background-color: #33C64F;
}
.BgClassName
{
background-color: #33C64F;
}
</style>
border-color css
<style>
span { border-color: #33C64F; }
span { border-color: rgb(51,198,79); }
td.TdClassName
{
border-color: #33C64F;
}
.TagClassName
{
border-color: #33C64F;
}
</style>