Shades of Lime Green #32CC1B
Tints of Lime Green #32CC1B
RGB
CMYK
RGB Variations
Color information
#32CC1B (or 0x32CC1B) is known color: Lime Green. HEX triplet: 32, CC and 1B. RGB value is (50,204,27). Sum of RGB (Red+Green+Blue) = 50+204+27=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 204 (80.08% from 255 or 72.60% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC1B is #CD33E4. Grayscale: #8A8A8A. Windows color (decimal): -13448165 or 1821746. OLE color: 1821746.
HSL color Cylindrical-coordinate representation of color #32CC1B: hue angle of 112.2º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32CC1B is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 27 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.2 |
| HSL | 112.2º | 0.77% | 0.45% | - |
| HSV(B) | 112.2º | 0.87% | 0.8% | - |
| XYZ | 23.11 | 43.94 | 8.3 | - |
| YUV | 137.78 | 65.48 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 27 | 0.75 | 0 | 0.87 | 0.2 | 112.2 | 0.77 | 0.45 |
| Hex | 32 | CC | 1B | 4B | 0 | 57 | 14 | 70 | 4D | 2D |
| Octal | 62 | 314 | 33 | 113 | 0 | 127 | 24 | 160 | 115 | 55 |
| Binary | 110010 | 11001100 | 11011 | 1001011 | 0 | 1010111 | 10100 | 1110000 | 1001101 | 101101 |
Color Harmonies of #32CC1B
Complementary color
Monochromatic Colors of #32CC1B
Black with #32CC1B
Text Example
Text Example
White with #32CC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC1B; }
p { color: rgb(50,204,27); }
H1.HeaderClassName
{
color: #32CC1B;
}
.AnyTagClassName
{
color: #32CC1B;
}
</style>
background-color css
<style>
a { background-color: #32CC1B; }
a { background-color: rgb(50,204,27); }
div.DivClassName
{
background-color: #32CC1B;
}
.BgClassName
{
background-color: #32CC1B;
}
</style>
border-color css
<style>
span { border-color: #32CC1B; }
span { border-color: rgb(50,204,27); }
td.TdClassName
{
border-color: #32CC1B;
}
.TagClassName
{
border-color: #32CC1B;
}
</style>