Shades of Lime Green #33C94F
Tints of Lime Green #33C94F
RGB
CMYK
RGB Variations
Color information
#33C94F (or 0x33C94F) is known color: Lime Green. HEX triplet: 33, C9 and 4F. RGB value is (51,201,79). Sum of RGB (Red+Green+Blue) = 51+201+79=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #33C94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C94F is #CC36B0. Grayscale: #8E8E8E. Windows color (decimal): -13383345 or 5228851. OLE color: 5228851.
HSL color Cylindrical-coordinate representation of color #33C94F: hue angle of 131.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C94F is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 201 | 79 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.21 |
| HSL | 131.2º | 0.6% | 0.49% | - |
| HSV(B) | 131.2º | 0.75% | 0.79% | - |
| XYZ | 23.66 | 43.04 | 14.46 | - |
| YUV | 142.24 | 92.31 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 201 | 79 | 0.75 | 0 | 0.61 | 0.21 | 131.2 | 0.6 | 0.49 |
| Hex | 33 | C9 | 4F | 4B | 0 | 3D | 15 | 83 | 3C | 31 |
| Octal | 63 | 311 | 117 | 113 | 0 | 75 | 25 | 203 | 74 | 61 |
| Binary | 110011 | 11001001 | 1001111 | 1001011 | 0 | 111101 | 10101 | 10000011 | 111100 | 110001 |
Color Harmonies of #33C94F
Complementary color
Monochromatic Colors of #33C94F
Black with #33C94F
Text Example
Text Example
White with #33C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C94F; }
p { color: rgb(51,201,79); }
H1.HeaderClassName
{
color: #33C94F;
}
.AnyTagClassName
{
color: #33C94F;
}
</style>
background-color css
<style>
a { background-color: #33C94F; }
a { background-color: rgb(51,201,79); }
div.DivClassName
{
background-color: #33C94F;
}
.BgClassName
{
background-color: #33C94F;
}
</style>
border-color css
<style>
span { border-color: #33C94F; }
span { border-color: rgb(51,201,79); }
td.TdClassName
{
border-color: #33C94F;
}
.TagClassName
{
border-color: #33C94F;
}
</style>