Shades of Lima #74BF30
Tints of Lima #74BF30
RGB
CMYK
RGB Variations
Color information
#74BF30 (or 0x74BF30) is known color: Lima. HEX triplet: 74, BF and 30. RGB value is (116,191,48). Sum of RGB (Red+Green+Blue) = 116+191+48=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF30 is #8B40CF. Grayscale: #989898. Windows color (decimal): -9126096 or 3194740. OLE color: 3194740.
HSL color Cylindrical-coordinate representation of color #74BF30: hue angle of 91.47º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74BF30 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 48 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.25 |
| HSL | 91.47º | 0.6% | 0.47% | - |
| HSV(B) | 91.47º | 0.75% | 0.75% | - |
| XYZ | 26.37 | 41.19 | 9.36 | - |
| YUV | 152.27 | 69.15 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 48 | 0.39 | 0 | 0.75 | 0.25 | 91.47 | 0.6 | 0.47 |
| Hex | 74 | BF | 30 | 27 | 0 | 4B | 19 | 5B | 3C | 2F |
| Octal | 164 | 277 | 60 | 47 | 0 | 113 | 31 | 133 | 74 | 57 |
| Binary | 1110100 | 10111111 | 110000 | 100111 | 0 | 1001011 | 11001 | 1011011 | 111100 | 101111 |
Color Harmonies of #74BF30
Complementary color
Monochromatic Colors of #74BF30
Black with #74BF30
Text Example
Text Example
White with #74BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF30; }
p { color: rgb(116,191,48); }
H1.HeaderClassName
{
color: #74BF30;
}
.AnyTagClassName
{
color: #74BF30;
}
</style>
background-color css
<style>
a { background-color: #74BF30; }
a { background-color: rgb(116,191,48); }
div.DivClassName
{
background-color: #74BF30;
}
.BgClassName
{
background-color: #74BF30;
}
</style>
border-color css
<style>
span { border-color: #74BF30; }
span { border-color: rgb(116,191,48); }
td.TdClassName
{
border-color: #74BF30;
}
.TagClassName
{
border-color: #74BF30;
}
</style>