Shades of Lime Green #33BD2C
Tints of Lime Green #33BD2C
RGB
CMYK
RGB Variations
Color information
#33BD2C (or 0x33BD2C) is known color: Lime Green. HEX triplet: 33, BD and 2C. RGB value is (51,189,44). Sum of RGB (Red+Green+Blue) = 51+189+44=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 189 (74.22% from 255 or 66.55% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BD2C is #CC42D3. Grayscale: #838383. Windows color (decimal): -13386452 or 2932019. OLE color: 2932019.
HSL color Cylindrical-coordinate representation of color #33BD2C: hue angle of 117.1º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33BD2C is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 189 | 44 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.26 |
| HSL | 117.1º | 0.62% | 0.46% | - |
| HSV(B) | 117.1º | 0.77% | 0.74% | - |
| XYZ | 20.02 | 37.28 | 8.52 | - |
| YUV | 131.21 | 78.78 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 44 | 0.73 | 0 | 0.77 | 0.26 | 117.1 | 0.62 | 0.46 |
| Hex | 33 | BD | 2C | 49 | 0 | 4D | 1A | 75 | 3E | 2E |
| Octal | 63 | 275 | 54 | 111 | 0 | 115 | 32 | 165 | 76 | 56 |
| Binary | 110011 | 10111101 | 101100 | 1001001 | 0 | 1001101 | 11010 | 1110101 | 111110 | 101110 |
Color Harmonies of #33BD2C
Complementary color
Monochromatic Colors of #33BD2C
Black with #33BD2C
Text Example
Text Example
White with #33BD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BD2C; }
p { color: rgb(51,189,44); }
H1.HeaderClassName
{
color: #33BD2C;
}
.AnyTagClassName
{
color: #33BD2C;
}
</style>
background-color css
<style>
a { background-color: #33BD2C; }
a { background-color: rgb(51,189,44); }
div.DivClassName
{
background-color: #33BD2C;
}
.BgClassName
{
background-color: #33BD2C;
}
</style>
border-color css
<style>
span { border-color: #33BD2C; }
span { border-color: rgb(51,189,44); }
td.TdClassName
{
border-color: #33BD2C;
}
.TagClassName
{
border-color: #33BD2C;
}
</style>