Shades of Lima #74D114
Tints of Lima #74D114
RGB
CMYK
RGB Variations
Color information
#74D114 (or 0x74D114) is known color: Lima. HEX triplet: 74, D1 and 14. RGB value is (116,209,20). Sum of RGB (Red+Green+Blue) = 116+209+20=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 209 (82.03% from 255 or 60.58% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 209 - color contains mainly: green. Hex color #74D114 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D114 is #8B2EEB. Grayscale: #A0A0A0. Windows color (decimal): -9121516 or 1364340. OLE color: 1364340.
HSL color Cylindrical-coordinate representation of color #74D114: hue angle of 89.52º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74D114 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 209 | 20 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.18 |
| HSL | 89.52º | 0.83% | 0.45% | - |
| HSV(B) | 89.52º | 0.9% | 0.82% | - |
| XYZ | 30.13 | 49.36 | 8.6 | - |
| YUV | 159.65 | 49.19 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 209 | 20 | 0.44 | 0 | 0.90 | 0.18 | 89.52 | 0.83 | 0.45 |
| Hex | 74 | D1 | 14 | 2C | 0 | 5A | 12 | 5A | 53 | 2D |
| Octal | 164 | 321 | 24 | 54 | 0 | 132 | 22 | 132 | 123 | 55 |
| Binary | 1110100 | 11010001 | 10100 | 101100 | 0 | 1011010 | 10010 | 1011010 | 1010011 | 101101 |
Color Harmonies of #74D114
Complementary color
Monochromatic Colors of #74D114
Black with #74D114
Text Example
Text Example
White with #74D114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D114; }
p { color: rgb(116,209,20); }
H1.HeaderClassName
{
color: #74D114;
}
.AnyTagClassName
{
color: #74D114;
}
</style>
background-color css
<style>
a { background-color: #74D114; }
a { background-color: rgb(116,209,20); }
div.DivClassName
{
background-color: #74D114;
}
.BgClassName
{
background-color: #74D114;
}
</style>
border-color css
<style>
span { border-color: #74D114; }
span { border-color: rgb(116,209,20); }
td.TdClassName
{
border-color: #74D114;
}
.TagClassName
{
border-color: #74D114;
}
</style>