Shades of Lima #74D623
Tints of Lima #74D623
RGB
CMYK
RGB Variations
Color information
#74D623 (or 0x74D623) is known color: Lima. HEX triplet: 74, D6 and 23. RGB value is (116,214,35). Sum of RGB (Red+Green+Blue) = 116+214+35=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #74D623 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D623 is #8B29DC. Grayscale: #A4A4A4. Windows color (decimal): -9120221 or 2348660. OLE color: 2348660.
HSL color Cylindrical-coordinate representation of color #74D623: hue angle of 92.85º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74D623 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 35 | - |
| CMYK | 0.46 | 0 | 0.84 | 0.16 |
| HSL | 92.85º | 0.72% | 0.49% | - |
| HSV(B) | 92.85º | 0.84% | 0.84% | - |
| XYZ | 31.55 | 51.93 | 9.95 | - |
| YUV | 164.29 | 55.03 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 35 | 0.46 | 0 | 0.84 | 0.16 | 92.85 | 0.72 | 0.49 |
| Hex | 74 | D6 | 23 | 2E | 0 | 54 | 10 | 5D | 48 | 31 |
| Octal | 164 | 326 | 43 | 56 | 0 | 124 | 20 | 135 | 110 | 61 |
| Binary | 1110100 | 11010110 | 100011 | 101110 | 0 | 1010100 | 10000 | 1011101 | 1001000 | 110001 |
Color Harmonies of #74D623
Complementary color
Monochromatic Colors of #74D623
Black with #74D623
Text Example
Text Example
White with #74D623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D623; }
p { color: rgb(116,214,35); }
H1.HeaderClassName
{
color: #74D623;
}
.AnyTagClassName
{
color: #74D623;
}
</style>
background-color css
<style>
a { background-color: #74D623; }
a { background-color: rgb(116,214,35); }
div.DivClassName
{
background-color: #74D623;
}
.BgClassName
{
background-color: #74D623;
}
</style>
border-color css
<style>
span { border-color: #74D623; }
span { border-color: rgb(116,214,35); }
td.TdClassName
{
border-color: #74D623;
}
.TagClassName
{
border-color: #74D623;
}
</style>