Shades of Lima #74BF28
Tints of Lima #74BF28
RGB
CMYK
RGB Variations
Color information
#74BF28 (or 0x74BF28) is known color: Lima. HEX triplet: 74, BF and 28. RGB value is (116,191,40). Sum of RGB (Red+Green+Blue) = 116+191+40=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF28 is #8B40D7. Grayscale: #979797. Windows color (decimal): -9126104 or 2670452. OLE color: 2670452.
HSL color Cylindrical-coordinate representation of color #74BF28: hue angle of 89.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74BF28 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 40 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.25 |
| HSL | 89.8º | 0.65% | 0.45% | - |
| HSV(B) | 89.8º | 0.79% | 0.75% | - |
| XYZ | 26.22 | 41.13 | 8.56 | - |
| YUV | 151.36 | 65.15 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 40 | 0.39 | 0 | 0.79 | 0.25 | 89.8 | 0.65 | 0.45 |
| Hex | 74 | BF | 28 | 27 | 0 | 4F | 19 | 5A | 41 | 2D |
| Octal | 164 | 277 | 50 | 47 | 0 | 117 | 31 | 132 | 101 | 55 |
| Binary | 1110100 | 10111111 | 101000 | 100111 | 0 | 1001111 | 11001 | 1011010 | 1000001 | 101101 |
Color Harmonies of #74BF28
Complementary color
Monochromatic Colors of #74BF28
Black with #74BF28
Text Example
Text Example
White with #74BF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF28; }
p { color: rgb(116,191,40); }
H1.HeaderClassName
{
color: #74BF28;
}
.AnyTagClassName
{
color: #74BF28;
}
</style>
background-color css
<style>
a { background-color: #74BF28; }
a { background-color: rgb(116,191,40); }
div.DivClassName
{
background-color: #74BF28;
}
.BgClassName
{
background-color: #74BF28;
}
</style>
border-color css
<style>
span { border-color: #74BF28; }
span { border-color: rgb(116,191,40); }
td.TdClassName
{
border-color: #74BF28;
}
.TagClassName
{
border-color: #74BF28;
}
</style>