Shades of Lime Green #33C54F
Tints of Lime Green #33C54F
RGB
CMYK
RGB Variations
Color information
#33C54F (or 0x33C54F) is known color: Lime Green. HEX triplet: 33, C5 and 4F. RGB value is (51,197,79). Sum of RGB (Red+Green+Blue) = 51+197+79=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #33C54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C54F is #CC3AB0. Grayscale: #8C8C8C. Windows color (decimal): -13384369 or 5227827. OLE color: 5227827.
HSL color Cylindrical-coordinate representation of color #33C54F: hue angle of 131.51º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C54F is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 197 | 79 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.23 |
| HSL | 131.51º | 0.59% | 0.49% | - |
| HSV(B) | 131.51º | 0.74% | 0.77% | - |
| XYZ | 22.74 | 41.2 | 14.15 | - |
| YUV | 139.89 | 93.63 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 197 | 79 | 0.74 | 0 | 0.60 | 0.23 | 131.51 | 0.59 | 0.49 |
| Hex | 33 | C5 | 4F | 4A | 0 | 3C | 17 | 84 | 3B | 31 |
| Octal | 63 | 305 | 117 | 112 | 0 | 74 | 27 | 204 | 73 | 61 |
| Binary | 110011 | 11000101 | 1001111 | 1001010 | 0 | 111100 | 10111 | 10000100 | 111011 | 110001 |
Color Harmonies of #33C54F
Complementary color
Monochromatic Colors of #33C54F
Black with #33C54F
Text Example
Text Example
White with #33C54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C54F; }
p { color: rgb(51,197,79); }
H1.HeaderClassName
{
color: #33C54F;
}
.AnyTagClassName
{
color: #33C54F;
}
</style>
background-color css
<style>
a { background-color: #33C54F; }
a { background-color: rgb(51,197,79); }
div.DivClassName
{
background-color: #33C54F;
}
.BgClassName
{
background-color: #33C54F;
}
</style>
border-color css
<style>
span { border-color: #33C54F; }
span { border-color: rgb(51,197,79); }
td.TdClassName
{
border-color: #33C54F;
}
.TagClassName
{
border-color: #33C54F;
}
</style>