Shades of Lima #74CC28
Tints of Lima #74CC28
RGB
CMYK
RGB Variations
Color information
#74CC28 (or 0x74CC28) is known color: Lima. HEX triplet: 74, CC and 28. RGB value is (116,204,40). Sum of RGB (Red+Green+Blue) = 116+204+40=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CC28 is #8B33D7. Grayscale: #9F9F9F. Windows color (decimal): -9122776 or 2673780. OLE color: 2673780.
HSL color Cylindrical-coordinate representation of color #74CC28: hue angle of 92.2º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74CC28 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 204 | 40 | - |
| CMYK | 0.43 | 0 | 0.80 | 0.2 |
| HSL | 92.2º | 0.67% | 0.48% | - |
| HSV(B) | 92.2º | 0.8% | 0.8% | - |
| XYZ | 29.18 | 47.05 | 9.55 | - |
| YUV | 158.99 | 60.85 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 40 | 0.43 | 0 | 0.80 | 0.2 | 92.2 | 0.67 | 0.48 |
| Hex | 74 | CC | 28 | 2B | 0 | 50 | 14 | 5C | 43 | 30 |
| Octal | 164 | 314 | 50 | 53 | 0 | 120 | 24 | 134 | 103 | 60 |
| Binary | 1110100 | 11001100 | 101000 | 101011 | 0 | 1010000 | 10100 | 1011100 | 1000011 | 110000 |
Color Harmonies of #74CC28
Complementary color
Monochromatic Colors of #74CC28
Black with #74CC28
Text Example
Text Example
White with #74CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CC28; }
p { color: rgb(116,204,40); }
H1.HeaderClassName
{
color: #74CC28;
}
.AnyTagClassName
{
color: #74CC28;
}
</style>
background-color css
<style>
a { background-color: #74CC28; }
a { background-color: rgb(116,204,40); }
div.DivClassName
{
background-color: #74CC28;
}
.BgClassName
{
background-color: #74CC28;
}
</style>
border-color css
<style>
span { border-color: #74CC28; }
span { border-color: rgb(116,204,40); }
td.TdClassName
{
border-color: #74CC28;
}
.TagClassName
{
border-color: #74CC28;
}
</style>