Shades of Lima #74CB19
Tints of Lima #74CB19
RGB
CMYK
RGB Variations
Color information
#74CB19 (or 0x74CB19) is known color: Lima. HEX triplet: 74, CB and 19. RGB value is (116,203,25). Sum of RGB (Red+Green+Blue) = 116+203+25=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 203 (79.69% from 255 or 59.01% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CB19 is #8B34E6. Grayscale: #9D9D9D. Windows color (decimal): -9123047 or 1690484. OLE color: 1690484.
HSL color Cylindrical-coordinate representation of color #74CB19: hue angle of 89.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74CB19 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 25 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.20 |
| HSL | 89.33º | 0.78% | 0.45% | - |
| HSV(B) | 89.33º | 0.88% | 0.8% | - |
| XYZ | 28.73 | 46.5 | 8.38 | - |
| YUV | 156.7 | 53.68 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 25 | 0.43 | 0 | 0.88 | 0.20 | 89.33 | 0.78 | 0.45 |
| Hex | 74 | CB | 19 | 2B | 0 | 58 | 14 | 59 | 4E | 2D |
| Octal | 164 | 313 | 31 | 53 | 0 | 130 | 24 | 131 | 116 | 55 |
| Binary | 1110100 | 11001011 | 11001 | 101011 | 0 | 1011000 | 10100 | 1011001 | 1001110 | 101101 |
Color Harmonies of #74CB19
Complementary color
Monochromatic Colors of #74CB19
Black with #74CB19
Text Example
Text Example
White with #74CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CB19; }
p { color: rgb(116,203,25); }
H1.HeaderClassName
{
color: #74CB19;
}
.AnyTagClassName
{
color: #74CB19;
}
</style>
background-color css
<style>
a { background-color: #74CB19; }
a { background-color: rgb(116,203,25); }
div.DivClassName
{
background-color: #74CB19;
}
.BgClassName
{
background-color: #74CB19;
}
</style>
border-color css
<style>
span { border-color: #74CB19; }
span { border-color: rgb(116,203,25); }
td.TdClassName
{
border-color: #74CB19;
}
.TagClassName
{
border-color: #74CB19;
}
</style>