Shades of Lime Green #33BE4D
Tints of Lime Green #33BE4D
RGB
CMYK
RGB Variations
Color information
#33BE4D (or 0x33BE4D) is known color: Lime Green. HEX triplet: 33, BE and 4D. RGB value is (51,190,77). Sum of RGB (Red+Green+Blue) = 51+190+77=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 190 (74.61% from 255 or 59.75% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 190 - color contains mainly: green. Hex color #33BE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BE4D is #CC41B2. Grayscale: #878787. Windows color (decimal): -13386163 or 5094963. OLE color: 5094963.
HSL color Cylindrical-coordinate representation of color #33BE4D: hue angle of 131.22º 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 #33BE4D is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 190 | 77 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.25 |
| HSL | 131.22º | 0.58% | 0.47% | - |
| HSV(B) | 131.22º | 0.73% | 0.75% | - |
| XYZ | 21.12 | 38.07 | 13.26 | - |
| YUV | 135.56 | 94.95 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 190 | 77 | 0.73 | 0 | 0.59 | 0.25 | 131.22 | 0.58 | 0.47 |
| Hex | 33 | BE | 4D | 49 | 0 | 3B | 19 | 83 | 3A | 2F |
| Octal | 63 | 276 | 115 | 111 | 0 | 73 | 31 | 203 | 72 | 57 |
| Binary | 110011 | 10111110 | 1001101 | 1001001 | 0 | 111011 | 11001 | 10000011 | 111010 | 101111 |
Color Harmonies of #33BE4D
Complementary color
Monochromatic Colors of #33BE4D
Black with #33BE4D
Text Example
Text Example
White with #33BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BE4D; }
p { color: rgb(51,190,77); }
H1.HeaderClassName
{
color: #33BE4D;
}
.AnyTagClassName
{
color: #33BE4D;
}
</style>
background-color css
<style>
a { background-color: #33BE4D; }
a { background-color: rgb(51,190,77); }
div.DivClassName
{
background-color: #33BE4D;
}
.BgClassName
{
background-color: #33BE4D;
}
</style>
border-color css
<style>
span { border-color: #33BE4D; }
span { border-color: rgb(51,190,77); }
td.TdClassName
{
border-color: #33BE4D;
}
.TagClassName
{
border-color: #33BE4D;
}
</style>