Shades of Lima #74C915
Tints of Lima #74C915
RGB
CMYK
RGB Variations
Color information
#74C915 (or 0x74C915) is known color: Lima. HEX triplet: 74, C9 and 15. RGB value is (116,201,21). Sum of RGB (Red+Green+Blue) = 116+201+21=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #74C915 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C915 is #8B36EA. Grayscale: #9B9B9B. Windows color (decimal): -9123563 or 1427828. OLE color: 1427828.
HSL color Cylindrical-coordinate representation of color #74C915: hue angle of 88.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74C915 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 21 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.21 |
| HSL | 88.33º | 0.81% | 0.44% | - |
| HSV(B) | 88.33º | 0.9% | 0.79% | - |
| XYZ | 28.22 | 45.54 | 8.01 | - |
| YUV | 155.07 | 52.34 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 21 | 0.42 | 0 | 0.90 | 0.21 | 88.33 | 0.81 | 0.44 |
| Hex | 74 | C9 | 15 | 2A | 0 | 5A | 15 | 58 | 51 | 2C |
| Octal | 164 | 311 | 25 | 52 | 0 | 132 | 25 | 130 | 121 | 54 |
| Binary | 1110100 | 11001001 | 10101 | 101010 | 0 | 1011010 | 10101 | 1011000 | 1010001 | 101100 |
Color Harmonies of #74C915
Complementary color
Monochromatic Colors of #74C915
Black with #74C915
Text Example
Text Example
White with #74C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C915; }
p { color: rgb(116,201,21); }
H1.HeaderClassName
{
color: #74C915;
}
.AnyTagClassName
{
color: #74C915;
}
</style>
background-color css
<style>
a { background-color: #74C915; }
a { background-color: rgb(116,201,21); }
div.DivClassName
{
background-color: #74C915;
}
.BgClassName
{
background-color: #74C915;
}
</style>
border-color css
<style>
span { border-color: #74C915; }
span { border-color: rgb(116,201,21); }
td.TdClassName
{
border-color: #74C915;
}
.TagClassName
{
border-color: #74C915;
}
</style>