Shades of Lime Green #33B440
Tints of Lime Green #33B440
RGB
CMYK
RGB Variations
Color information
#33B440 (or 0x33B440) is known color: Lime Green. HEX triplet: 33, B4 and 40. RGB value is (51,180,64). Sum of RGB (Red+Green+Blue) = 51+180+64=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #33B440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B440 is #CC4BBF. Grayscale: #808080. Windows color (decimal): -13388736 or 4240435. OLE color: 4240435.
HSL color Cylindrical-coordinate representation of color #33B440: hue angle of 126.05º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B440 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 180 | 64 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.29 |
| HSL | 126.05º | 0.56% | 0.45% | - |
| HSV(B) | 126.05º | 0.72% | 0.71% | - |
| XYZ | 18.61 | 33.72 | 10.38 | - |
| YUV | 128.21 | 91.76 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 180 | 64 | 0.72 | 0 | 0.64 | 0.29 | 126.05 | 0.56 | 0.45 |
| Hex | 33 | B4 | 40 | 48 | 0 | 40 | 1D | 7E | 38 | 2D |
| Octal | 63 | 264 | 100 | 110 | 0 | 100 | 35 | 176 | 70 | 55 |
| Binary | 110011 | 10110100 | 1000000 | 1001000 | 0 | 1000000 | 11101 | 1111110 | 111000 | 101101 |
Color Harmonies of #33B440
Complementary color
Monochromatic Colors of #33B440
Black with #33B440
Text Example
Text Example
White with #33B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B440; }
p { color: rgb(51,180,64); }
H1.HeaderClassName
{
color: #33B440;
}
.AnyTagClassName
{
color: #33B440;
}
</style>
background-color css
<style>
a { background-color: #33B440; }
a { background-color: rgb(51,180,64); }
div.DivClassName
{
background-color: #33B440;
}
.BgClassName
{
background-color: #33B440;
}
</style>
border-color css
<style>
span { border-color: #33B440; }
span { border-color: rgb(51,180,64); }
td.TdClassName
{
border-color: #33B440;
}
.TagClassName
{
border-color: #33B440;
}
</style>