Shades of Lima #74BD2F
Tints of Lima #74BD2F
RGB
CMYK
RGB Variations
Color information
#74BD2F (or 0x74BD2F) is known color: Lima. HEX triplet: 74, BD and 2F. RGB value is (116,189,47). Sum of RGB (Red+Green+Blue) = 116+189+47=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BD2F is #8B42D0. Grayscale: #979797. Windows color (decimal): -9126609 or 3128692. OLE color: 3128692.
HSL color Cylindrical-coordinate representation of color #74BD2F: hue angle of 90.85º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74BD2F is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 47 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.26 |
| HSL | 90.85º | 0.6% | 0.46% | - |
| HSV(B) | 90.85º | 0.75% | 0.74% | - |
| XYZ | 25.91 | 40.31 | 9.1 | - |
| YUV | 150.99 | 69.32 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 47 | 0.39 | 0 | 0.75 | 0.26 | 90.85 | 0.6 | 0.46 |
| Hex | 74 | BD | 2F | 27 | 0 | 4B | 1A | 5B | 3C | 2E |
| Octal | 164 | 275 | 57 | 47 | 0 | 113 | 32 | 133 | 74 | 56 |
| Binary | 1110100 | 10111101 | 101111 | 100111 | 0 | 1001011 | 11010 | 1011011 | 111100 | 101110 |
Color Harmonies of #74BD2F
Complementary color
Monochromatic Colors of #74BD2F
Black with #74BD2F
Text Example
Text Example
White with #74BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD2F; }
p { color: rgb(116,189,47); }
H1.HeaderClassName
{
color: #74BD2F;
}
.AnyTagClassName
{
color: #74BD2F;
}
</style>
background-color css
<style>
a { background-color: #74BD2F; }
a { background-color: rgb(116,189,47); }
div.DivClassName
{
background-color: #74BD2F;
}
.BgClassName
{
background-color: #74BD2F;
}
</style>
border-color css
<style>
span { border-color: #74BD2F; }
span { border-color: rgb(116,189,47); }
td.TdClassName
{
border-color: #74BD2F;
}
.TagClassName
{
border-color: #74BD2F;
}
</style>