Shades of Lima #74BF1F
Tints of Lima #74BF1F
RGB
CMYK
RGB Variations
Color information
#74BF1F (or 0x74BF1F) is known color: Lima. HEX triplet: 74, BF and 1F. RGB value is (116,191,31). Sum of RGB (Red+Green+Blue) = 116+191+31=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF1F is #8B40E0. Grayscale: #969696. Windows color (decimal): -9126113 or 2080628. OLE color: 2080628.
HSL color Cylindrical-coordinate representation of color #74BF1F: hue angle of 88.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74BF1F is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 31 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.25 |
| HSL | 88.13º | 0.72% | 0.44% | - |
| HSV(B) | 88.13º | 0.84% | 0.75% | - |
| XYZ | 26.08 | 41.07 | 7.85 | - |
| YUV | 150.34 | 60.65 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 31 | 0.39 | 0 | 0.84 | 0.25 | 88.13 | 0.72 | 0.44 |
| Hex | 74 | BF | 1F | 27 | 0 | 54 | 19 | 58 | 48 | 2C |
| Octal | 164 | 277 | 37 | 47 | 0 | 124 | 31 | 130 | 110 | 54 |
| Binary | 1110100 | 10111111 | 11111 | 100111 | 0 | 1010100 | 11001 | 1011000 | 1001000 | 101100 |
Color Harmonies of #74BF1F
Complementary color
Monochromatic Colors of #74BF1F
Black with #74BF1F
Text Example
Text Example
White with #74BF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF1F; }
p { color: rgb(116,191,31); }
H1.HeaderClassName
{
color: #74BF1F;
}
.AnyTagClassName
{
color: #74BF1F;
}
</style>
background-color css
<style>
a { background-color: #74BF1F; }
a { background-color: rgb(116,191,31); }
div.DivClassName
{
background-color: #74BF1F;
}
.BgClassName
{
background-color: #74BF1F;
}
</style>
border-color css
<style>
span { border-color: #74BF1F; }
span { border-color: rgb(116,191,31); }
td.TdClassName
{
border-color: #74BF1F;
}
.TagClassName
{
border-color: #74BF1F;
}
</style>