Shades of Lima #73CF27
Tints of Lima #73CF27
RGB
CMYK
RGB Variations
Color information
#73CF27 (or 0x73CF27) is known color: Lima. HEX triplet: 73, CF and 27. RGB value is (115,207,39). Sum of RGB (Red+Green+Blue) = 115+207+39=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #73CF27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CF27 is #8C30D8. Grayscale: #A0A0A0. Windows color (decimal): -9187545 or 2609011. OLE color: 2609011.
HSL color Cylindrical-coordinate representation of color #73CF27: hue angle of 92.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73CF27 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 39 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.19 |
| HSL | 92.86º | 0.68% | 0.48% | - |
| HSV(B) | 92.86º | 0.81% | 0.81% | - |
| XYZ | 29.75 | 48.42 | 9.7 | - |
| YUV | 160.34 | 59.52 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 39 | 0.44 | 0 | 0.81 | 0.19 | 92.86 | 0.68 | 0.48 |
| Hex | 73 | CF | 27 | 2C | 0 | 51 | 13 | 5D | 44 | 30 |
| Octal | 163 | 317 | 47 | 54 | 0 | 121 | 23 | 135 | 104 | 60 |
| Binary | 1110011 | 11001111 | 100111 | 101100 | 0 | 1010001 | 10011 | 1011101 | 1000100 | 110000 |
Color Harmonies of #73CF27
Complementary color
Monochromatic Colors of #73CF27
Black with #73CF27
Text Example
Text Example
White with #73CF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CF27; }
p { color: rgb(115,207,39); }
H1.HeaderClassName
{
color: #73CF27;
}
.AnyTagClassName
{
color: #73CF27;
}
</style>
background-color css
<style>
a { background-color: #73CF27; }
a { background-color: rgb(115,207,39); }
div.DivClassName
{
background-color: #73CF27;
}
.BgClassName
{
background-color: #73CF27;
}
</style>
border-color css
<style>
span { border-color: #73CF27; }
span { border-color: rgb(115,207,39); }
td.TdClassName
{
border-color: #73CF27;
}
.TagClassName
{
border-color: #73CF27;
}
</style>