Shades of Lima #74D028
Tints of Lima #74D028
RGB
CMYK
RGB Variations
Color information
#74D028 (or 0x74D028) is known color: Lima. HEX triplet: 74, D0 and 28. RGB value is (116,208,40). Sum of RGB (Red+Green+Blue) = 116+208+40=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #74D028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D028 is #8B2FD7. Grayscale: #A1A1A1. Windows color (decimal): -9121752 or 2674804. OLE color: 2674804.
HSL color Cylindrical-coordinate representation of color #74D028: hue angle of 92.86º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74D028 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 208 | 40 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.18 |
| HSL | 92.86º | 0.68% | 0.49% | - |
| HSV(B) | 92.86º | 0.81% | 0.82% | - |
| XYZ | 30.14 | 48.98 | 9.87 | - |
| YUV | 161.34 | 59.52 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 40 | 0.44 | 0 | 0.81 | 0.18 | 92.86 | 0.68 | 0.49 |
| Hex | 74 | D0 | 28 | 2C | 0 | 51 | 12 | 5D | 44 | 31 |
| Octal | 164 | 320 | 50 | 54 | 0 | 121 | 22 | 135 | 104 | 61 |
| Binary | 1110100 | 11010000 | 101000 | 101100 | 0 | 1010001 | 10010 | 1011101 | 1000100 | 110001 |
Color Harmonies of #74D028
Complementary color
Monochromatic Colors of #74D028
Black with #74D028
Text Example
Text Example
White with #74D028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D028; }
p { color: rgb(116,208,40); }
H1.HeaderClassName
{
color: #74D028;
}
.AnyTagClassName
{
color: #74D028;
}
</style>
background-color css
<style>
a { background-color: #74D028; }
a { background-color: rgb(116,208,40); }
div.DivClassName
{
background-color: #74D028;
}
.BgClassName
{
background-color: #74D028;
}
</style>
border-color css
<style>
span { border-color: #74D028; }
span { border-color: rgb(116,208,40); }
td.TdClassName
{
border-color: #74D028;
}
.TagClassName
{
border-color: #74D028;
}
</style>