Shades of Lima #74C023
Tints of Lima #74C023
RGB
CMYK
RGB Variations
Color information
#74C023 (or 0x74C023) is known color: Lima. HEX triplet: 74, C0 and 23. RGB value is (116,192,35). Sum of RGB (Red+Green+Blue) = 116+192+35=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #74C023 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C023 is #8B3FDC. Grayscale: #979797. Windows color (decimal): -9125853 or 2343028. OLE color: 2343028.
HSL color Cylindrical-coordinate representation of color #74C023: hue angle of 89.04º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74C023 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 35 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.25 |
| HSL | 89.04º | 0.69% | 0.45% | - |
| HSV(B) | 89.04º | 0.82% | 0.75% | - |
| XYZ | 26.36 | 41.53 | 8.22 | - |
| YUV | 151.38 | 62.32 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 35 | 0.40 | 0 | 0.82 | 0.25 | 89.04 | 0.69 | 0.45 |
| Hex | 74 | C0 | 23 | 28 | 0 | 52 | 19 | 59 | 45 | 2D |
| Octal | 164 | 300 | 43 | 50 | 0 | 122 | 31 | 131 | 105 | 55 |
| Binary | 1110100 | 11000000 | 100011 | 101000 | 0 | 1010010 | 11001 | 1011001 | 1000101 | 101101 |
Color Harmonies of #74C023
Complementary color
Monochromatic Colors of #74C023
Black with #74C023
Text Example
Text Example
White with #74C023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C023; }
p { color: rgb(116,192,35); }
H1.HeaderClassName
{
color: #74C023;
}
.AnyTagClassName
{
color: #74C023;
}
</style>
background-color css
<style>
a { background-color: #74C023; }
a { background-color: rgb(116,192,35); }
div.DivClassName
{
background-color: #74C023;
}
.BgClassName
{
background-color: #74C023;
}
</style>
border-color css
<style>
span { border-color: #74C023; }
span { border-color: rgb(116,192,35); }
td.TdClassName
{
border-color: #74C023;
}
.TagClassName
{
border-color: #74C023;
}
</style>