Shades of Lima #84CE13
Tints of Lima #84CE13
RGB
CMYK
RGB Variations
Color information
#84CE13 (or 0x84CE13) is known color: Lima. HEX triplet: 84, CE and 13. RGB value is (132,206,19). Sum of RGB (Red+Green+Blue) = 132+206+19=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CE13 is #7B31EC. Grayscale: #A3A3A3. Windows color (decimal): -8073709 or 1298052. OLE color: 1298052.
HSL color Cylindrical-coordinate representation of color #84CE13: hue angle of 83.74º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84CE13 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 19 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.19 |
| HSL | 83.74º | 0.83% | 0.44% | - |
| HSV(B) | 83.74º | 0.91% | 0.81% | - |
| XYZ | 31.7 | 49.1 | 8.42 | - |
| YUV | 162.56 | 46.98 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 19 | 0.36 | 0 | 0.91 | 0.19 | 83.74 | 0.83 | 0.44 |
| Hex | 84 | CE | 13 | 24 | 0 | 5B | 13 | 54 | 53 | 2C |
| Octal | 204 | 316 | 23 | 44 | 0 | 133 | 23 | 124 | 123 | 54 |
| Binary | 10000100 | 11001110 | 10011 | 100100 | 0 | 1011011 | 10011 | 1010100 | 1010011 | 101100 |
Color Harmonies of #84CE13
Complementary color
Monochromatic Colors of #84CE13
Black with #84CE13
Text Example
Text Example
White with #84CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CE13; }
p { color: rgb(132,206,19); }
H1.HeaderClassName
{
color: #84CE13;
}
.AnyTagClassName
{
color: #84CE13;
}
</style>
background-color css
<style>
a { background-color: #84CE13; }
a { background-color: rgb(132,206,19); }
div.DivClassName
{
background-color: #84CE13;
}
.BgClassName
{
background-color: #84CE13;
}
</style>
border-color css
<style>
span { border-color: #84CE13; }
span { border-color: rgb(132,206,19); }
td.TdClassName
{
border-color: #84CE13;
}
.TagClassName
{
border-color: #84CE13;
}
</style>