Shades of Lima #74BE24
Tints of Lima #74BE24
RGB
CMYK
RGB Variations
Color information
#74BE24 (or 0x74BE24) is known color: Lima. HEX triplet: 74, BE and 24. RGB value is (116,190,36). Sum of RGB (Red+Green+Blue) = 116+190+36=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BE24 is #8B41DB. Grayscale: #969696. Windows color (decimal): -9126364 or 2408052. OLE color: 2408052.
HSL color Cylindrical-coordinate representation of color #74BE24: hue angle of 88.83º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74BE24 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 36 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.25 |
| HSL | 88.83º | 0.68% | 0.44% | - |
| HSV(B) | 88.83º | 0.81% | 0.75% | - |
| XYZ | 25.93 | 40.67 | 8.15 | - |
| YUV | 150.32 | 63.48 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 36 | 0.39 | 0 | 0.81 | 0.25 | 88.83 | 0.68 | 0.44 |
| Hex | 74 | BE | 24 | 27 | 0 | 51 | 19 | 59 | 44 | 2C |
| Octal | 164 | 276 | 44 | 47 | 0 | 121 | 31 | 131 | 104 | 54 |
| Binary | 1110100 | 10111110 | 100100 | 100111 | 0 | 1010001 | 11001 | 1011001 | 1000100 | 101100 |
Color Harmonies of #74BE24
Complementary color
Monochromatic Colors of #74BE24
Black with #74BE24
Text Example
Text Example
White with #74BE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BE24; }
p { color: rgb(116,190,36); }
H1.HeaderClassName
{
color: #74BE24;
}
.AnyTagClassName
{
color: #74BE24;
}
</style>
background-color css
<style>
a { background-color: #74BE24; }
a { background-color: rgb(116,190,36); }
div.DivClassName
{
background-color: #74BE24;
}
.BgClassName
{
background-color: #74BE24;
}
</style>
border-color css
<style>
span { border-color: #74BE24; }
span { border-color: rgb(116,190,36); }
td.TdClassName
{
border-color: #74BE24;
}
.TagClassName
{
border-color: #74BE24;
}
</style>