Shades of Lime Green #33BF4E
Tints of Lime Green #33BF4E
RGB
CMYK
RGB Variations
Color information
#33BF4E (or 0x33BF4E) is known color: Lime Green. HEX triplet: 33, BF and 4E. RGB value is (51,191,78). Sum of RGB (Red+Green+Blue) = 51+191+78=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 191 (75% from 255 or 59.69% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BF4E is #CC40B1. Grayscale: #888888. Windows color (decimal): -13385906 or 5160755. OLE color: 5160755.
HSL color Cylindrical-coordinate representation of color #33BF4E: hue angle of 131.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BF4E is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 191 | 78 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.25 |
| HSL | 131.57º | 0.58% | 0.47% | - |
| HSV(B) | 131.57º | 0.73% | 0.75% | - |
| XYZ | 21.37 | 38.52 | 13.52 | - |
| YUV | 136.26 | 95.12 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 78 | 0.73 | 0 | 0.59 | 0.25 | 131.57 | 0.58 | 0.47 |
| Hex | 33 | BF | 4E | 49 | 0 | 3B | 19 | 84 | 3A | 2F |
| Octal | 63 | 277 | 116 | 111 | 0 | 73 | 31 | 204 | 72 | 57 |
| Binary | 110011 | 10111111 | 1001110 | 1001001 | 0 | 111011 | 11001 | 10000100 | 111010 | 101111 |
Color Harmonies of #33BF4E
Complementary color
Monochromatic Colors of #33BF4E
Black with #33BF4E
Text Example
Text Example
White with #33BF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BF4E; }
p { color: rgb(51,191,78); }
H1.HeaderClassName
{
color: #33BF4E;
}
.AnyTagClassName
{
color: #33BF4E;
}
</style>
background-color css
<style>
a { background-color: #33BF4E; }
a { background-color: rgb(51,191,78); }
div.DivClassName
{
background-color: #33BF4E;
}
.BgClassName
{
background-color: #33BF4E;
}
</style>
border-color css
<style>
span { border-color: #33BF4E; }
span { border-color: rgb(51,191,78); }
td.TdClassName
{
border-color: #33BF4E;
}
.TagClassName
{
border-color: #33BF4E;
}
</style>