Shades of Lime Green #33BE4E
Tints of Lime Green #33BE4E
RGB
CMYK
RGB Variations
Color information
#33BE4E (or 0x33BE4E) is known color: Lime Green. HEX triplet: 33, BE and 4E. RGB value is (51,190,78). Sum of RGB (Red+Green+Blue) = 51+190+78=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 190 (74.61% from 255 or 59.56% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 190 - color contains mainly: green. Hex color #33BE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BE4E is #CC41B1. Grayscale: #878787. Windows color (decimal): -13386162 or 5160499. OLE color: 5160499.
HSL color Cylindrical-coordinate representation of color #33BE4E: hue angle of 131.65º 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 #33BE4E is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 190 | 78 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.25 |
| HSL | 131.65º | 0.58% | 0.47% | - |
| HSV(B) | 131.65º | 0.73% | 0.75% | - |
| XYZ | 21.15 | 38.08 | 13.44 | - |
| YUV | 135.67 | 95.45 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 190 | 78 | 0.73 | 0 | 0.59 | 0.25 | 131.65 | 0.58 | 0.47 |
| Hex | 33 | BE | 4E | 49 | 0 | 3B | 19 | 84 | 3A | 2F |
| Octal | 63 | 276 | 116 | 111 | 0 | 73 | 31 | 204 | 72 | 57 |
| Binary | 110011 | 10111110 | 1001110 | 1001001 | 0 | 111011 | 11001 | 10000100 | 111010 | 101111 |
Color Harmonies of #33BE4E
Complementary color
Monochromatic Colors of #33BE4E
Black with #33BE4E
Text Example
Text Example
White with #33BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BE4E; }
p { color: rgb(51,190,78); }
H1.HeaderClassName
{
color: #33BE4E;
}
.AnyTagClassName
{
color: #33BE4E;
}
</style>
background-color css
<style>
a { background-color: #33BE4E; }
a { background-color: rgb(51,190,78); }
div.DivClassName
{
background-color: #33BE4E;
}
.BgClassName
{
background-color: #33BE4E;
}
</style>
border-color css
<style>
span { border-color: #33BE4E; }
span { border-color: rgb(51,190,78); }
td.TdClassName
{
border-color: #33BE4E;
}
.TagClassName
{
border-color: #33BE4E;
}
</style>