Shades of Lima #74BF2F
Tints of Lima #74BF2F
RGB
CMYK
RGB Variations
Color information
#74BF2F (or 0x74BF2F) is known color: Lima. HEX triplet: 74, BF and 2F. RGB value is (116,191,47). Sum of RGB (Red+Green+Blue) = 116+191+47=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF2F is #8B40D0. Grayscale: #989898. Windows color (decimal): -9126097 or 3129204. OLE color: 3129204.
HSL color Cylindrical-coordinate representation of color #74BF2F: hue angle of 91.25º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74BF2F is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 47 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.25 |
| HSL | 91.25º | 0.61% | 0.47% | - |
| HSV(B) | 91.25º | 0.75% | 0.75% | - |
| XYZ | 26.35 | 41.18 | 9.25 | - |
| YUV | 152.16 | 68.65 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 47 | 0.39 | 0 | 0.75 | 0.25 | 91.25 | 0.61 | 0.47 |
| Hex | 74 | BF | 2F | 27 | 0 | 4B | 19 | 5B | 3D | 2F |
| Octal | 164 | 277 | 57 | 47 | 0 | 113 | 31 | 133 | 75 | 57 |
| Binary | 1110100 | 10111111 | 101111 | 100111 | 0 | 1001011 | 11001 | 1011011 | 111101 | 101111 |
Color Harmonies of #74BF2F
Complementary color
Monochromatic Colors of #74BF2F
Black with #74BF2F
Text Example
Text Example
White with #74BF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF2F; }
p { color: rgb(116,191,47); }
H1.HeaderClassName
{
color: #74BF2F;
}
.AnyTagClassName
{
color: #74BF2F;
}
</style>
background-color css
<style>
a { background-color: #74BF2F; }
a { background-color: rgb(116,191,47); }
div.DivClassName
{
background-color: #74BF2F;
}
.BgClassName
{
background-color: #74BF2F;
}
</style>
border-color css
<style>
span { border-color: #74BF2F; }
span { border-color: rgb(116,191,47); }
td.TdClassName
{
border-color: #74BF2F;
}
.TagClassName
{
border-color: #74BF2F;
}
</style>