Shades of Lime Green #33BD40
Tints of Lime Green #33BD40
RGB
CMYK
RGB Variations
Color information
#33BD40 (or 0x33BD40) is known color: Lime Green. HEX triplet: 33, BD and 40. RGB value is (51,189,64). Sum of RGB (Red+Green+Blue) = 51+189+64=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BD40 is #CC42BF. Grayscale: #858585. Windows color (decimal): -13386432 or 4242739. OLE color: 4242739.
HSL color Cylindrical-coordinate representation of color #33BD40: hue angle of 125.65º 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 #33BD40 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 189 | 64 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.26 |
| HSL | 125.65º | 0.58% | 0.47% | - |
| HSV(B) | 125.65º | 0.73% | 0.74% | - |
| XYZ | 20.49 | 37.47 | 11 | - |
| YUV | 133.49 | 88.78 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 64 | 0.73 | 0 | 0.66 | 0.26 | 125.65 | 0.58 | 0.47 |
| Hex | 33 | BD | 40 | 49 | 0 | 42 | 1A | 7E | 3A | 2F |
| Octal | 63 | 275 | 100 | 111 | 0 | 102 | 32 | 176 | 72 | 57 |
| Binary | 110011 | 10111101 | 1000000 | 1001001 | 0 | 1000010 | 11010 | 1111110 | 111010 | 101111 |
Color Harmonies of #33BD40
Complementary color
Monochromatic Colors of #33BD40
Black with #33BD40
Text Example
Text Example
White with #33BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BD40; }
p { color: rgb(51,189,64); }
H1.HeaderClassName
{
color: #33BD40;
}
.AnyTagClassName
{
color: #33BD40;
}
</style>
background-color css
<style>
a { background-color: #33BD40; }
a { background-color: rgb(51,189,64); }
div.DivClassName
{
background-color: #33BD40;
}
.BgClassName
{
background-color: #33BD40;
}
</style>
border-color css
<style>
span { border-color: #33BD40; }
span { border-color: rgb(51,189,64); }
td.TdClassName
{
border-color: #33BD40;
}
.TagClassName
{
border-color: #33BD40;
}
</style>