Shades of Lima #74C813
Tints of Lima #74C813
RGB
CMYK
RGB Variations
Color information
#74C813 (or 0x74C813) is known color: Lima. HEX triplet: 74, C8 and 13. RGB value is (116,200,19). Sum of RGB (Red+Green+Blue) = 116+200+19=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 200 (78.52% from 255 or 59.70% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 200 - color contains mainly: green. Hex color #74C813 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C813 is #8B37EC. Grayscale: #9A9A9A. Windows color (decimal): -9123821 or 1296500. OLE color: 1296500.
HSL color Cylindrical-coordinate representation of color #74C813: hue angle of 87.85º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74C813 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 19 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.22 |
| HSL | 87.85º | 0.83% | 0.43% | - |
| HSV(B) | 87.85º | 0.91% | 0.78% | - |
| XYZ | 27.97 | 45.07 | 7.84 | - |
| YUV | 154.25 | 51.67 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 19 | 0.42 | 0 | 0.90 | 0.22 | 87.85 | 0.83 | 0.43 |
| Hex | 74 | C8 | 13 | 2A | 0 | 5A | 16 | 58 | 53 | 2B |
| Octal | 164 | 310 | 23 | 52 | 0 | 132 | 26 | 130 | 123 | 53 |
| Binary | 1110100 | 11001000 | 10011 | 101010 | 0 | 1011010 | 10110 | 1011000 | 1010011 | 101011 |
Color Harmonies of #74C813
Complementary color
Monochromatic Colors of #74C813
Black with #74C813
Text Example
Text Example
White with #74C813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C813; }
p { color: rgb(116,200,19); }
H1.HeaderClassName
{
color: #74C813;
}
.AnyTagClassName
{
color: #74C813;
}
</style>
background-color css
<style>
a { background-color: #74C813; }
a { background-color: rgb(116,200,19); }
div.DivClassName
{
background-color: #74C813;
}
.BgClassName
{
background-color: #74C813;
}
</style>
border-color css
<style>
span { border-color: #74C813; }
span { border-color: rgb(116,200,19); }
td.TdClassName
{
border-color: #74C813;
}
.TagClassName
{
border-color: #74C813;
}
</style>