Shades of Lima #74CF1D
Tints of Lima #74CF1D
RGB
CMYK
RGB Variations
Color information
#74CF1D (or 0x74CF1D) is known color: Lima. HEX triplet: 74, CF and 1D. RGB value is (116,207,29). Sum of RGB (Red+Green+Blue) = 116+207+29=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CF1D is #8B30E2. Grayscale: #A0A0A0. Windows color (decimal): -9122019 or 1953652. OLE color: 1953652.
HSL color Cylindrical-coordinate representation of color #74CF1D: hue angle of 90.67º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74CF1D is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 29 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.19 |
| HSL | 90.67º | 0.75% | 0.46% | - |
| HSV(B) | 90.67º | 0.86% | 0.81% | - |
| XYZ | 29.74 | 48.43 | 8.94 | - |
| YUV | 159.5 | 54.35 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 29 | 0.44 | 0 | 0.86 | 0.19 | 90.67 | 0.75 | 0.46 |
| Hex | 74 | CF | 1D | 2C | 0 | 56 | 13 | 5B | 4B | 2E |
| Octal | 164 | 317 | 35 | 54 | 0 | 126 | 23 | 133 | 113 | 56 |
| Binary | 1110100 | 11001111 | 11101 | 101100 | 0 | 1010110 | 10011 | 1011011 | 1001011 | 101110 |
Color Harmonies of #74CF1D
Complementary color
Monochromatic Colors of #74CF1D
Black with #74CF1D
Text Example
Text Example
White with #74CF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF1D; }
p { color: rgb(116,207,29); }
H1.HeaderClassName
{
color: #74CF1D;
}
.AnyTagClassName
{
color: #74CF1D;
}
</style>
background-color css
<style>
a { background-color: #74CF1D; }
a { background-color: rgb(116,207,29); }
div.DivClassName
{
background-color: #74CF1D;
}
.BgClassName
{
background-color: #74CF1D;
}
</style>
border-color css
<style>
span { border-color: #74CF1D; }
span { border-color: rgb(116,207,29); }
td.TdClassName
{
border-color: #74CF1D;
}
.TagClassName
{
border-color: #74CF1D;
}
</style>