Shades of Lima #74BD1D
Tints of Lima #74BD1D
RGB
CMYK
RGB Variations
Color information
#74BD1D (or 0x74BD1D) is known color: Lima. HEX triplet: 74, BD and 1D. RGB value is (116,189,29). Sum of RGB (Red+Green+Blue) = 116+189+29=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BD1D is #8B42E2. Grayscale: #959595. Windows color (decimal): -9126627 or 1949044. OLE color: 1949044.
HSL color Cylindrical-coordinate representation of color #74BD1D: hue angle of 87.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74BD1D is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 29 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.26 |
| HSL | 87.38º | 0.73% | 0.43% | - |
| HSV(B) | 87.38º | 0.85% | 0.74% | - |
| XYZ | 25.62 | 40.2 | 7.57 | - |
| YUV | 148.93 | 60.32 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 29 | 0.39 | 0 | 0.85 | 0.26 | 87.38 | 0.73 | 0.43 |
| Hex | 74 | BD | 1D | 27 | 0 | 55 | 1A | 57 | 49 | 2B |
| Octal | 164 | 275 | 35 | 47 | 0 | 125 | 32 | 127 | 111 | 53 |
| Binary | 1110100 | 10111101 | 11101 | 100111 | 0 | 1010101 | 11010 | 1010111 | 1001001 | 101011 |
Color Harmonies of #74BD1D
Complementary color
Monochromatic Colors of #74BD1D
Black with #74BD1D
Text Example
Text Example
White with #74BD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD1D; }
p { color: rgb(116,189,29); }
H1.HeaderClassName
{
color: #74BD1D;
}
.AnyTagClassName
{
color: #74BD1D;
}
</style>
background-color css
<style>
a { background-color: #74BD1D; }
a { background-color: rgb(116,189,29); }
div.DivClassName
{
background-color: #74BD1D;
}
.BgClassName
{
background-color: #74BD1D;
}
</style>
border-color css
<style>
span { border-color: #74BD1D; }
span { border-color: rgb(116,189,29); }
td.TdClassName
{
border-color: #74BD1D;
}
.TagClassName
{
border-color: #74BD1D;
}
</style>