Shades of Lime Green #33BD3E
Tints of Lime Green #33BD3E
RGB
CMYK
RGB Variations
Color information
#33BD3E (or 0x33BD3E) is known color: Lime Green. HEX triplet: 33, BD and 3E. RGB value is (51,189,62). Sum of RGB (Red+Green+Blue) = 51+189+62=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BD3E is #CC42C1. Grayscale: #858585. Windows color (decimal): -13386434 or 4111667. OLE color: 4111667.
HSL color Cylindrical-coordinate representation of color #33BD3E: hue angle of 124.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BD3E is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 189 | 62 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.26 |
| HSL | 124.78º | 0.58% | 0.47% | - |
| HSV(B) | 124.78º | 0.73% | 0.74% | - |
| XYZ | 20.43 | 37.45 | 10.71 | - |
| YUV | 133.26 | 87.78 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 62 | 0.73 | 0 | 0.67 | 0.26 | 124.78 | 0.58 | 0.47 |
| Hex | 33 | BD | 3E | 49 | 0 | 43 | 1A | 7D | 3A | 2F |
| Octal | 63 | 275 | 76 | 111 | 0 | 103 | 32 | 175 | 72 | 57 |
| Binary | 110011 | 10111101 | 111110 | 1001001 | 0 | 1000011 | 11010 | 1111101 | 111010 | 101111 |
Color Harmonies of #33BD3E
Complementary color
Monochromatic Colors of #33BD3E
Black with #33BD3E
Text Example
Text Example
White with #33BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BD3E; }
p { color: rgb(51,189,62); }
H1.HeaderClassName
{
color: #33BD3E;
}
.AnyTagClassName
{
color: #33BD3E;
}
</style>
background-color css
<style>
a { background-color: #33BD3E; }
a { background-color: rgb(51,189,62); }
div.DivClassName
{
background-color: #33BD3E;
}
.BgClassName
{
background-color: #33BD3E;
}
</style>
border-color css
<style>
span { border-color: #33BD3E; }
span { border-color: rgb(51,189,62); }
td.TdClassName
{
border-color: #33BD3E;
}
.TagClassName
{
border-color: #33BD3E;
}
</style>