Shades of Lima #84C312
Tints of Lima #84C312
RGB
CMYK
RGB Variations
Color information
#84C312 (or 0x84C312) is known color: Lima. HEX triplet: 84, C3 and 12. RGB value is (132,195,18). Sum of RGB (Red+Green+Blue) = 132+195+18=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #84C312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C312 is #7B3CED. Grayscale: #9C9C9C. Windows color (decimal): -8076526 or 1229700. OLE color: 1229700.
HSL color Cylindrical-coordinate representation of color #84C312: hue angle of 81.36º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84C312 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 18 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.24 |
| HSL | 81.36º | 0.83% | 0.42% | - |
| HSV(B) | 81.36º | 0.91% | 0.76% | - |
| XYZ | 29.14 | 43.98 | 7.53 | - |
| YUV | 155.99 | 50.13 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 18 | 0.32 | 0 | 0.91 | 0.24 | 81.36 | 0.83 | 0.42 |
| Hex | 84 | C3 | 12 | 20 | 0 | 5B | 18 | 51 | 53 | 2A |
| Octal | 204 | 303 | 22 | 40 | 0 | 133 | 30 | 121 | 123 | 52 |
| Binary | 10000100 | 11000011 | 10010 | 100000 | 0 | 1011011 | 11000 | 1010001 | 1010011 | 101010 |
Color Harmonies of #84C312
Complementary color
Monochromatic Colors of #84C312
Black with #84C312
Text Example
Text Example
White with #84C312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C312; }
p { color: rgb(132,195,18); }
H1.HeaderClassName
{
color: #84C312;
}
.AnyTagClassName
{
color: #84C312;
}
</style>
background-color css
<style>
a { background-color: #84C312; }
a { background-color: rgb(132,195,18); }
div.DivClassName
{
background-color: #84C312;
}
.BgClassName
{
background-color: #84C312;
}
</style>
border-color css
<style>
span { border-color: #84C312; }
span { border-color: rgb(132,195,18); }
td.TdClassName
{
border-color: #84C312;
}
.TagClassName
{
border-color: #84C312;
}
</style>