Shades of Lima #74BF2C
Tints of Lima #74BF2C
RGB
CMYK
RGB Variations
Color information
#74BF2C (or 0x74BF2C) is known color: Lima. HEX triplet: 74, BF and 2C. RGB value is (116,191,44). Sum of RGB (Red+Green+Blue) = 116+191+44=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF2C is #8B40D3. Grayscale: #989898. Windows color (decimal): -9126100 or 2932596. OLE color: 2932596.
HSL color Cylindrical-coordinate representation of color #74BF2C: hue angle of 90.61º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74BF2C is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 44 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.25 |
| HSL | 90.61º | 0.63% | 0.46% | - |
| HSV(B) | 90.61º | 0.77% | 0.75% | - |
| XYZ | 26.29 | 41.16 | 8.94 | - |
| YUV | 151.82 | 67.15 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 44 | 0.39 | 0 | 0.77 | 0.25 | 90.61 | 0.63 | 0.46 |
| Hex | 74 | BF | 2C | 27 | 0 | 4D | 19 | 5B | 3F | 2E |
| Octal | 164 | 277 | 54 | 47 | 0 | 115 | 31 | 133 | 77 | 56 |
| Binary | 1110100 | 10111111 | 101100 | 100111 | 0 | 1001101 | 11001 | 1011011 | 111111 | 101110 |
Color Harmonies of #74BF2C
Complementary color
Monochromatic Colors of #74BF2C
Black with #74BF2C
Text Example
Text Example
White with #74BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF2C; }
p { color: rgb(116,191,44); }
H1.HeaderClassName
{
color: #74BF2C;
}
.AnyTagClassName
{
color: #74BF2C;
}
</style>
background-color css
<style>
a { background-color: #74BF2C; }
a { background-color: rgb(116,191,44); }
div.DivClassName
{
background-color: #74BF2C;
}
.BgClassName
{
background-color: #74BF2C;
}
</style>
border-color css
<style>
span { border-color: #74BF2C; }
span { border-color: rgb(116,191,44); }
td.TdClassName
{
border-color: #74BF2C;
}
.TagClassName
{
border-color: #74BF2C;
}
</style>