Shades of Lima #73C827
Tints of Lima #73C827
RGB
CMYK
RGB Variations
Color information
#73C827 (or 0x73C827) is known color: Lima. HEX triplet: 73, C8 and 27. RGB value is (115,200,39). Sum of RGB (Red+Green+Blue) = 115+200+39=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #73C827 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C827 is #8C37D8. Grayscale: #9C9C9C. Windows color (decimal): -9189337 or 2607219. OLE color: 2607219.
HSL color Cylindrical-coordinate representation of color #73C827: hue angle of 91.68º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73C827 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 39 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.22 |
| HSL | 91.68º | 0.67% | 0.47% | - |
| HSV(B) | 91.68º | 0.81% | 0.78% | - |
| XYZ | 28.09 | 45.1 | 9.14 | - |
| YUV | 156.23 | 61.84 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 39 | 0.42 | 0 | 0.80 | 0.22 | 91.68 | 0.67 | 0.47 |
| Hex | 73 | C8 | 27 | 2A | 0 | 50 | 16 | 5C | 43 | 2F |
| Octal | 163 | 310 | 47 | 52 | 0 | 120 | 26 | 134 | 103 | 57 |
| Binary | 1110011 | 11001000 | 100111 | 101010 | 0 | 1010000 | 10110 | 1011100 | 1000011 | 101111 |
Color Harmonies of #73C827
Complementary color
Monochromatic Colors of #73C827
Black with #73C827
Text Example
Text Example
White with #73C827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C827; }
p { color: rgb(115,200,39); }
H1.HeaderClassName
{
color: #73C827;
}
.AnyTagClassName
{
color: #73C827;
}
</style>
background-color css
<style>
a { background-color: #73C827; }
a { background-color: rgb(115,200,39); }
div.DivClassName
{
background-color: #73C827;
}
.BgClassName
{
background-color: #73C827;
}
</style>
border-color css
<style>
span { border-color: #73C827; }
span { border-color: rgb(115,200,39); }
td.TdClassName
{
border-color: #73C827;
}
.TagClassName
{
border-color: #73C827;
}
</style>