Shades of Lima #74BC33
Tints of Lima #74BC33
RGB
CMYK
RGB Variations
Color information
#74BC33 (or 0x74BC33) is known color: Lima. HEX triplet: 74, BC and 33. RGB value is (116,188,51). Sum of RGB (Red+Green+Blue) = 116+188+51=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC33 is #8B43CC. Grayscale: #979797. Windows color (decimal): -9126861 or 3390580. OLE color: 3390580.
HSL color Cylindrical-coordinate representation of color #74BC33: hue angle of 91.53º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74BC33 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 51 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.26 |
| HSL | 91.53º | 0.57% | 0.47% | - |
| HSV(B) | 91.53º | 0.73% | 0.74% | - |
| XYZ | 25.78 | 39.92 | 9.48 | - |
| YUV | 150.85 | 71.65 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 51 | 0.38 | 0 | 0.73 | 0.26 | 91.53 | 0.57 | 0.47 |
| Hex | 74 | BC | 33 | 26 | 0 | 49 | 1A | 5C | 39 | 2F |
| Octal | 164 | 274 | 63 | 46 | 0 | 111 | 32 | 134 | 71 | 57 |
| Binary | 1110100 | 10111100 | 110011 | 100110 | 0 | 1001001 | 11010 | 1011100 | 111001 | 101111 |
Color Harmonies of #74BC33
Complementary color
Monochromatic Colors of #74BC33
Black with #74BC33
Text Example
Text Example
White with #74BC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC33; }
p { color: rgb(116,188,51); }
H1.HeaderClassName
{
color: #74BC33;
}
.AnyTagClassName
{
color: #74BC33;
}
</style>
background-color css
<style>
a { background-color: #74BC33; }
a { background-color: rgb(116,188,51); }
div.DivClassName
{
background-color: #74BC33;
}
.BgClassName
{
background-color: #74BC33;
}
</style>
border-color css
<style>
span { border-color: #74BC33; }
span { border-color: rgb(116,188,51); }
td.TdClassName
{
border-color: #74BC33;
}
.TagClassName
{
border-color: #74BC33;
}
</style>