Shades of Lima #74CE1F
Tints of Lima #74CE1F
RGB
CMYK
RGB Variations
Color information
#74CE1F (or 0x74CE1F) is known color: Lima. HEX triplet: 74, CE and 1F. RGB value is (116,206,31). Sum of RGB (Red+Green+Blue) = 116+206+31=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 206 (80.86% from 255 or 58.36% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CE1F is #8B31E0. Grayscale: #9F9F9F. Windows color (decimal): -9122273 or 2084468. OLE color: 2084468.
HSL color Cylindrical-coordinate representation of color #74CE1F: hue angle of 90.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74CE1F is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 31 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.19 |
| HSL | 90.86º | 0.74% | 0.46% | - |
| HSV(B) | 90.86º | 0.85% | 0.81% | - |
| XYZ | 29.52 | 47.95 | 9 | - |
| YUV | 159.14 | 55.68 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 31 | 0.44 | 0 | 0.85 | 0.19 | 90.86 | 0.74 | 0.46 |
| Hex | 74 | CE | 1F | 2C | 0 | 55 | 13 | 5B | 4A | 2E |
| Octal | 164 | 316 | 37 | 54 | 0 | 125 | 23 | 133 | 112 | 56 |
| Binary | 1110100 | 11001110 | 11111 | 101100 | 0 | 1010101 | 10011 | 1011011 | 1001010 | 101110 |
Color Harmonies of #74CE1F
Complementary color
Monochromatic Colors of #74CE1F
Black with #74CE1F
Text Example
Text Example
White with #74CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CE1F; }
p { color: rgb(116,206,31); }
H1.HeaderClassName
{
color: #74CE1F;
}
.AnyTagClassName
{
color: #74CE1F;
}
</style>
background-color css
<style>
a { background-color: #74CE1F; }
a { background-color: rgb(116,206,31); }
div.DivClassName
{
background-color: #74CE1F;
}
.BgClassName
{
background-color: #74CE1F;
}
</style>
border-color css
<style>
span { border-color: #74CE1F; }
span { border-color: rgb(116,206,31); }
td.TdClassName
{
border-color: #74CE1F;
}
.TagClassName
{
border-color: #74CE1F;
}
</style>