Shades of Lima #74B228
Tints of Lima #74B228
RGB
CMYK
RGB Variations
Color information
#74B228 (or 0x74B228) is known color: Lima. HEX triplet: 74, B2 and 28. RGB value is (116,178,40). Sum of RGB (Red+Green+Blue) = 116+178+40=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #74B228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74B228 is #8B4DD7. Grayscale: #909090. Windows color (decimal): -9129432 or 2667124. OLE color: 2667124.
HSL color Cylindrical-coordinate representation of color #74B228: hue angle of 86.96º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74B228 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 178 | 40 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.30 |
| HSL | 86.96º | 0.63% | 0.43% | - |
| HSV(B) | 86.96º | 0.78% | 0.7% | - |
| XYZ | 23.51 | 35.71 | 7.66 | - |
| YUV | 143.73 | 69.46 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 178 | 40 | 0.35 | 0 | 0.78 | 0.30 | 86.96 | 0.63 | 0.43 |
| Hex | 74 | B2 | 28 | 23 | 0 | 4E | 1E | 57 | 3F | 2B |
| Octal | 164 | 262 | 50 | 43 | 0 | 116 | 36 | 127 | 77 | 53 |
| Binary | 1110100 | 10110010 | 101000 | 100011 | 0 | 1001110 | 11110 | 1010111 | 111111 | 101011 |
Color Harmonies of #74B228
Complementary color
Monochromatic Colors of #74B228
Black with #74B228
Text Example
Text Example
White with #74B228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B228; }
p { color: rgb(116,178,40); }
H1.HeaderClassName
{
color: #74B228;
}
.AnyTagClassName
{
color: #74B228;
}
</style>
background-color css
<style>
a { background-color: #74B228; }
a { background-color: rgb(116,178,40); }
div.DivClassName
{
background-color: #74B228;
}
.BgClassName
{
background-color: #74B228;
}
</style>
border-color css
<style>
span { border-color: #74B228; }
span { border-color: rgb(116,178,40); }
td.TdClassName
{
border-color: #74B228;
}
.TagClassName
{
border-color: #74B228;
}
</style>