Shades of Lima #74CB1C
Tints of Lima #74CB1C
RGB
CMYK
RGB Variations
Color information
#74CB1C (or 0x74CB1C) is known color: Lima. HEX triplet: 74, CB and 1C. RGB value is (116,203,28). Sum of RGB (Red+Green+Blue) = 116+203+28=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 203 (79.69% from 255 or 58.50% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CB1C is #8B34E3. Grayscale: #9D9D9D. Windows color (decimal): -9123044 or 1887092. OLE color: 1887092.
HSL color Cylindrical-coordinate representation of color #74CB1C: hue angle of 89.83º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74CB1C is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 28 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.20 |
| HSL | 89.83º | 0.76% | 0.45% | - |
| HSV(B) | 89.83º | 0.86% | 0.8% | - |
| XYZ | 28.77 | 46.51 | 8.56 | - |
| YUV | 157.04 | 55.18 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 28 | 0.43 | 0 | 0.86 | 0.20 | 89.83 | 0.76 | 0.45 |
| Hex | 74 | CB | 1C | 2B | 0 | 56 | 14 | 5A | 4C | 2D |
| Octal | 164 | 313 | 34 | 53 | 0 | 126 | 24 | 132 | 114 | 55 |
| Binary | 1110100 | 11001011 | 11100 | 101011 | 0 | 1010110 | 10100 | 1011010 | 1001100 | 101101 |
Color Harmonies of #74CB1C
Complementary color
Monochromatic Colors of #74CB1C
Black with #74CB1C
Text Example
Text Example
White with #74CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CB1C; }
p { color: rgb(116,203,28); }
H1.HeaderClassName
{
color: #74CB1C;
}
.AnyTagClassName
{
color: #74CB1C;
}
</style>
background-color css
<style>
a { background-color: #74CB1C; }
a { background-color: rgb(116,203,28); }
div.DivClassName
{
background-color: #74CB1C;
}
.BgClassName
{
background-color: #74CB1C;
}
</style>
border-color css
<style>
span { border-color: #74CB1C; }
span { border-color: rgb(116,203,28); }
td.TdClassName
{
border-color: #74CB1C;
}
.TagClassName
{
border-color: #74CB1C;
}
</style>