Shades of Lima #74BE30
Tints of Lima #74BE30
RGB
CMYK
RGB Variations
Color information
#74BE30 (or 0x74BE30) is known color: Lima. HEX triplet: 74, BE and 30. RGB value is (116,190,48). Sum of RGB (Red+Green+Blue) = 116+190+48=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 190 (74.61% from 255 or 53.67% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BE30 is #8B41CF. Grayscale: #989898. Windows color (decimal): -9126352 or 3194484. OLE color: 3194484.
HSL color Cylindrical-coordinate representation of color #74BE30: hue angle of 91.27º 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 #74BE30 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 48 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.25 |
| HSL | 91.27º | 0.6% | 0.47% | - |
| HSV(B) | 91.27º | 0.75% | 0.75% | - |
| XYZ | 26.15 | 40.75 | 9.28 | - |
| YUV | 151.69 | 69.48 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 48 | 0.39 | 0 | 0.75 | 0.25 | 91.27 | 0.6 | 0.47 |
| Hex | 74 | BE | 30 | 27 | 0 | 4B | 19 | 5B | 3C | 2F |
| Octal | 164 | 276 | 60 | 47 | 0 | 113 | 31 | 133 | 74 | 57 |
| Binary | 1110100 | 10111110 | 110000 | 100111 | 0 | 1001011 | 11001 | 1011011 | 111100 | 101111 |
Color Harmonies of #74BE30
Complementary color
Monochromatic Colors of #74BE30
Black with #74BE30
Text Example
Text Example
White with #74BE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BE30; }
p { color: rgb(116,190,48); }
H1.HeaderClassName
{
color: #74BE30;
}
.AnyTagClassName
{
color: #74BE30;
}
</style>
background-color css
<style>
a { background-color: #74BE30; }
a { background-color: rgb(116,190,48); }
div.DivClassName
{
background-color: #74BE30;
}
.BgClassName
{
background-color: #74BE30;
}
</style>
border-color css
<style>
span { border-color: #74BE30; }
span { border-color: rgb(116,190,48); }
td.TdClassName
{
border-color: #74BE30;
}
.TagClassName
{
border-color: #74BE30;
}
</style>