Shades of Lima #74BB27
Tints of Lima #74BB27
RGB
CMYK
RGB Variations
Color information
#74BB27 (or 0x74BB27) is known color: Lima. HEX triplet: 74, BB and 27. RGB value is (116,187,39). Sum of RGB (Red+Green+Blue) = 116+187+39=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 187 (73.44% from 255 or 54.68% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BB27 is #8B44D8. Grayscale: #959595. Windows color (decimal): -9127129 or 2603892. OLE color: 2603892.
HSL color Cylindrical-coordinate representation of color #74BB27: hue angle of 88.78º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74BB27 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 187 | 39 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.27 |
| HSL | 88.78º | 0.65% | 0.44% | - |
| HSV(B) | 88.78º | 0.79% | 0.73% | - |
| XYZ | 25.34 | 39.4 | 8.19 | - |
| YUV | 148.9 | 65.98 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 39 | 0.38 | 0 | 0.79 | 0.27 | 88.78 | 0.65 | 0.44 |
| Hex | 74 | BB | 27 | 26 | 0 | 4F | 1B | 59 | 41 | 2C |
| Octal | 164 | 273 | 47 | 46 | 0 | 117 | 33 | 131 | 101 | 54 |
| Binary | 1110100 | 10111011 | 100111 | 100110 | 0 | 1001111 | 11011 | 1011001 | 1000001 | 101100 |
Color Harmonies of #74BB27
Complementary color
Monochromatic Colors of #74BB27
Black with #74BB27
Text Example
Text Example
White with #74BB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BB27; }
p { color: rgb(116,187,39); }
H1.HeaderClassName
{
color: #74BB27;
}
.AnyTagClassName
{
color: #74BB27;
}
</style>
background-color css
<style>
a { background-color: #74BB27; }
a { background-color: rgb(116,187,39); }
div.DivClassName
{
background-color: #74BB27;
}
.BgClassName
{
background-color: #74BB27;
}
</style>
border-color css
<style>
span { border-color: #74BB27; }
span { border-color: rgb(116,187,39); }
td.TdClassName
{
border-color: #74BB27;
}
.TagClassName
{
border-color: #74BB27;
}
</style>