Shades of Lime Green #32B433
Tints of Lime Green #32B433
RGB
CMYK
RGB Variations
Color information
#32B433 (or 0x32B433) is known color: Lime Green. HEX triplet: 32, B4 and 33. RGB value is (50,180,51). Sum of RGB (Red+Green+Blue) = 50+180+51=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 180 (70.70% from 255 or 64.06% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 180 - color contains mainly: green. Hex color #32B433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B433 is #CD4BCC. Grayscale: #7E7E7E. Windows color (decimal): -13454285 or 3388466. OLE color: 3388466.
HSL color Cylindrical-coordinate representation of color #32B433: hue angle of 120.46º degrees, saturation: 0.57, 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 #32B433 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 51 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.29 |
| HSL | 120.46º | 0.57% | 0.45% | - |
| HSV(B) | 120.46º | 0.72% | 0.71% | - |
| XYZ | 18.23 | 33.56 | 8.65 | - |
| YUV | 126.42 | 85.43 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 51 | 0.72 | 0 | 0.72 | 0.29 | 120.46 | 0.57 | 0.45 |
| Hex | 32 | B4 | 33 | 48 | 0 | 48 | 1D | 78 | 39 | 2D |
| Octal | 62 | 264 | 63 | 110 | 0 | 110 | 35 | 170 | 71 | 55 |
| Binary | 110010 | 10110100 | 110011 | 1001000 | 0 | 1001000 | 11101 | 1111000 | 111001 | 101101 |
Color Harmonies of #32B433
Complementary color
Monochromatic Colors of #32B433
Black with #32B433
Text Example
Text Example
White with #32B433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B433; }
p { color: rgb(50,180,51); }
H1.HeaderClassName
{
color: #32B433;
}
.AnyTagClassName
{
color: #32B433;
}
</style>
background-color css
<style>
a { background-color: #32B433; }
a { background-color: rgb(50,180,51); }
div.DivClassName
{
background-color: #32B433;
}
.BgClassName
{
background-color: #32B433;
}
</style>
border-color css
<style>
span { border-color: #32B433; }
span { border-color: rgb(50,180,51); }
td.TdClassName
{
border-color: #32B433;
}
.TagClassName
{
border-color: #32B433;
}
</style>