Shades of Lime Green #33C54E
Tints of Lime Green #33C54E
RGB
CMYK
RGB Variations
Color information
#33C54E (or 0x33C54E) is known color: Lime Green. HEX triplet: 33, C5 and 4E. RGB value is (51,197,78). Sum of RGB (Red+Green+Blue) = 51+197+78=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #33C54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C54E is #CC3AB1. Grayscale: #8C8C8C. Windows color (decimal): -13384370 or 5162291. OLE color: 5162291.
HSL color Cylindrical-coordinate representation of color #33C54E: hue angle of 131.1º 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 #33C54E is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 197 | 78 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.23 |
| HSL | 131.1º | 0.59% | 0.49% | - |
| HSV(B) | 131.1º | 0.74% | 0.77% | - |
| XYZ | 22.71 | 41.19 | 13.96 | - |
| YUV | 139.78 | 93.13 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 197 | 78 | 0.74 | 0 | 0.60 | 0.23 | 131.1 | 0.59 | 0.49 |
| Hex | 33 | C5 | 4E | 4A | 0 | 3C | 17 | 83 | 3B | 31 |
| Octal | 63 | 305 | 116 | 112 | 0 | 74 | 27 | 203 | 73 | 61 |
| Binary | 110011 | 11000101 | 1001110 | 1001010 | 0 | 111100 | 10111 | 10000011 | 111011 | 110001 |
Color Harmonies of #33C54E
Complementary color
Monochromatic Colors of #33C54E
Black with #33C54E
Text Example
Text Example
White with #33C54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C54E; }
p { color: rgb(51,197,78); }
H1.HeaderClassName
{
color: #33C54E;
}
.AnyTagClassName
{
color: #33C54E;
}
</style>
background-color css
<style>
a { background-color: #33C54E; }
a { background-color: rgb(51,197,78); }
div.DivClassName
{
background-color: #33C54E;
}
.BgClassName
{
background-color: #33C54E;
}
</style>
border-color css
<style>
span { border-color: #33C54E; }
span { border-color: rgb(51,197,78); }
td.TdClassName
{
border-color: #33C54E;
}
.TagClassName
{
border-color: #33C54E;
}
</style>