Shades of Lima #74D212
Tints of Lima #74D212
RGB
CMYK
RGB Variations
Color information
#74D212 (or 0x74D212) is known color: Lima. HEX triplet: 74, D2 and 12. RGB value is (116,210,18). Sum of RGB (Red+Green+Blue) = 116+210+18=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 210 (82.42% from 255 or 61.05% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 210 - color contains mainly: green. Hex color #74D212 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D212 is #8B2DED. Grayscale: #A0A0A0. Windows color (decimal): -9121262 or 1233524. OLE color: 1233524.
HSL color Cylindrical-coordinate representation of color #74D212: hue angle of 89.37º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74D212 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 210 | 18 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.18 |
| HSL | 89.37º | 0.84% | 0.45% | - |
| HSV(B) | 89.37º | 0.91% | 0.82% | - |
| XYZ | 30.36 | 49.85 | 8.59 | - |
| YUV | 160.01 | 47.86 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 210 | 18 | 0.45 | 0 | 0.91 | 0.18 | 89.37 | 0.84 | 0.45 |
| Hex | 74 | D2 | 12 | 2D | 0 | 5B | 12 | 59 | 54 | 2D |
| Octal | 164 | 322 | 22 | 55 | 0 | 133 | 22 | 131 | 124 | 55 |
| Binary | 1110100 | 11010010 | 10010 | 101101 | 0 | 1011011 | 10010 | 1011001 | 1010100 | 101101 |
Color Harmonies of #74D212
Complementary color
Monochromatic Colors of #74D212
Black with #74D212
Text Example
Text Example
White with #74D212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D212; }
p { color: rgb(116,210,18); }
H1.HeaderClassName
{
color: #74D212;
}
.AnyTagClassName
{
color: #74D212;
}
</style>
background-color css
<style>
a { background-color: #74D212; }
a { background-color: rgb(116,210,18); }
div.DivClassName
{
background-color: #74D212;
}
.BgClassName
{
background-color: #74D212;
}
</style>
border-color css
<style>
span { border-color: #74D212; }
span { border-color: rgb(116,210,18); }
td.TdClassName
{
border-color: #74D212;
}
.TagClassName
{
border-color: #74D212;
}
</style>