Shades of Lima #74D31F
Tints of Lima #74D31F
RGB
CMYK
RGB Variations
Color information
#74D31F (or 0x74D31F) is known color: Lima. HEX triplet: 74, D3 and 1F. RGB value is (116,211,31). Sum of RGB (Red+Green+Blue) = 116+211+31=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 211 (82.81% from 255 or 58.94% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 211 - color contains mainly: green. Hex color #74D31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D31F is #8B2CE0. Grayscale: #A2A2A2. Windows color (decimal): -9120993 or 2085748. OLE color: 2085748.
HSL color Cylindrical-coordinate representation of color #74D31F: hue angle of 91.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74D31F is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 211 | 31 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.17 |
| HSL | 91.67º | 0.74% | 0.47% | - |
| HSV(B) | 91.67º | 0.85% | 0.83% | - |
| XYZ | 30.74 | 50.4 | 9.4 | - |
| YUV | 162.08 | 54.03 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 211 | 31 | 0.45 | 0 | 0.85 | 0.17 | 91.67 | 0.74 | 0.47 |
| Hex | 74 | D3 | 1F | 2D | 0 | 55 | 11 | 5C | 4A | 2F |
| Octal | 164 | 323 | 37 | 55 | 0 | 125 | 21 | 134 | 112 | 57 |
| Binary | 1110100 | 11010011 | 11111 | 101101 | 0 | 1010101 | 10001 | 1011100 | 1001010 | 101111 |
Color Harmonies of #74D31F
Complementary color
Monochromatic Colors of #74D31F
Black with #74D31F
Text Example
Text Example
White with #74D31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D31F; }
p { color: rgb(116,211,31); }
H1.HeaderClassName
{
color: #74D31F;
}
.AnyTagClassName
{
color: #74D31F;
}
</style>
background-color css
<style>
a { background-color: #74D31F; }
a { background-color: rgb(116,211,31); }
div.DivClassName
{
background-color: #74D31F;
}
.BgClassName
{
background-color: #74D31F;
}
</style>
border-color css
<style>
span { border-color: #74D31F; }
span { border-color: rgb(116,211,31); }
td.TdClassName
{
border-color: #74D31F;
}
.TagClassName
{
border-color: #74D31F;
}
</style>