Shades of Lima #73CE27
Tints of Lima #73CE27
RGB
CMYK
RGB Variations
Color information
#73CE27 (or 0x73CE27) is known color: Lima. HEX triplet: 73, CE and 27. RGB value is (115,206,39). Sum of RGB (Red+Green+Blue) = 115+206+39=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #73CE27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CE27 is #8C31D8. Grayscale: #A0A0A0. Windows color (decimal): -9187801 or 2608755. OLE color: 2608755.
HSL color Cylindrical-coordinate representation of color #73CE27: hue angle of 92.69º 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 #73CE27 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 39 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.19 |
| HSL | 92.69º | 0.68% | 0.48% | - |
| HSV(B) | 92.69º | 0.81% | 0.81% | - |
| XYZ | 29.51 | 47.93 | 9.62 | - |
| YUV | 159.75 | 59.85 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 39 | 0.44 | 0 | 0.81 | 0.19 | 92.69 | 0.68 | 0.48 |
| Hex | 73 | CE | 27 | 2C | 0 | 51 | 13 | 5D | 44 | 30 |
| Octal | 163 | 316 | 47 | 54 | 0 | 121 | 23 | 135 | 104 | 60 |
| Binary | 1110011 | 11001110 | 100111 | 101100 | 0 | 1010001 | 10011 | 1011101 | 1000100 | 110000 |
Color Harmonies of #73CE27
Complementary color
Monochromatic Colors of #73CE27
Black with #73CE27
Text Example
Text Example
White with #73CE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CE27; }
p { color: rgb(115,206,39); }
H1.HeaderClassName
{
color: #73CE27;
}
.AnyTagClassName
{
color: #73CE27;
}
</style>
background-color css
<style>
a { background-color: #73CE27; }
a { background-color: rgb(115,206,39); }
div.DivClassName
{
background-color: #73CE27;
}
.BgClassName
{
background-color: #73CE27;
}
</style>
border-color css
<style>
span { border-color: #73CE27; }
span { border-color: rgb(115,206,39); }
td.TdClassName
{
border-color: #73CE27;
}
.TagClassName
{
border-color: #73CE27;
}
</style>