Shades of Lima #74C21C
Tints of Lima #74C21C
RGB
CMYK
RGB Variations
Color information
#74C21C (or 0x74C21C) is known color: Lima. HEX triplet: 74, C2 and 1C. RGB value is (116,194,28). Sum of RGB (Red+Green+Blue) = 116+194+28=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #74C21C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C21C is #8B3DE3. Grayscale: #989898. Windows color (decimal): -9125348 or 1884788. OLE color: 1884788.
HSL color Cylindrical-coordinate representation of color #74C21C: hue angle of 88.19º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74C21C is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 28 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.24 |
| HSL | 88.19º | 0.75% | 0.44% | - |
| HSV(B) | 88.19º | 0.86% | 0.76% | - |
| XYZ | 26.7 | 42.38 | 7.87 | - |
| YUV | 151.75 | 58.16 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 28 | 0.40 | 0 | 0.86 | 0.24 | 88.19 | 0.75 | 0.44 |
| Hex | 74 | C2 | 1C | 28 | 0 | 56 | 18 | 58 | 4B | 2C |
| Octal | 164 | 302 | 34 | 50 | 0 | 126 | 30 | 130 | 113 | 54 |
| Binary | 1110100 | 11000010 | 11100 | 101000 | 0 | 1010110 | 11000 | 1011000 | 1001011 | 101100 |
Color Harmonies of #74C21C
Complementary color
Monochromatic Colors of #74C21C
Black with #74C21C
Text Example
Text Example
White with #74C21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C21C; }
p { color: rgb(116,194,28); }
H1.HeaderClassName
{
color: #74C21C;
}
.AnyTagClassName
{
color: #74C21C;
}
</style>
background-color css
<style>
a { background-color: #74C21C; }
a { background-color: rgb(116,194,28); }
div.DivClassName
{
background-color: #74C21C;
}
.BgClassName
{
background-color: #74C21C;
}
</style>
border-color css
<style>
span { border-color: #74C21C; }
span { border-color: rgb(116,194,28); }
td.TdClassName
{
border-color: #74C21C;
}
.TagClassName
{
border-color: #74C21C;
}
</style>