Shades of Lima #74D01B
Tints of Lima #74D01B
RGB
CMYK
RGB Variations
Color information
#74D01B (or 0x74D01B) is known color: Lima. HEX triplet: 74, D0 and 1B. RGB value is (116,208,27). Sum of RGB (Red+Green+Blue) = 116+208+27=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 208 (81.64% from 255 or 59.26% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 208 - color contains mainly: green. Hex color #74D01B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D01B is #8B2FE4. Grayscale: #A0A0A0. Windows color (decimal): -9121765 or 1822836. OLE color: 1822836.
HSL color Cylindrical-coordinate representation of color #74D01B: hue angle of 90.5º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74D01B is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 208 | 27 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.18 |
| HSL | 90.5º | 0.77% | 0.46% | - |
| HSV(B) | 90.5º | 0.87% | 0.82% | - |
| XYZ | 29.96 | 48.9 | 8.9 | - |
| YUV | 159.86 | 53.02 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 27 | 0.44 | 0 | 0.87 | 0.18 | 90.5 | 0.77 | 0.46 |
| Hex | 74 | D0 | 1B | 2C | 0 | 57 | 12 | 5A | 4D | 2E |
| Octal | 164 | 320 | 33 | 54 | 0 | 127 | 22 | 132 | 115 | 56 |
| Binary | 1110100 | 11010000 | 11011 | 101100 | 0 | 1010111 | 10010 | 1011010 | 1001101 | 101110 |
Color Harmonies of #74D01B
Complementary color
Monochromatic Colors of #74D01B
Black with #74D01B
Text Example
Text Example
White with #74D01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D01B; }
p { color: rgb(116,208,27); }
H1.HeaderClassName
{
color: #74D01B;
}
.AnyTagClassName
{
color: #74D01B;
}
</style>
background-color css
<style>
a { background-color: #74D01B; }
a { background-color: rgb(116,208,27); }
div.DivClassName
{
background-color: #74D01B;
}
.BgClassName
{
background-color: #74D01B;
}
</style>
border-color css
<style>
span { border-color: #74D01B; }
span { border-color: rgb(116,208,27); }
td.TdClassName
{
border-color: #74D01B;
}
.TagClassName
{
border-color: #74D01B;
}
</style>