Shades of Lima #74C831
Tints of Lima #74C831
RGB
CMYK
RGB Variations
Color information
#74C831 (or 0x74C831) is known color: Lima. HEX triplet: 74, C8 and 31. RGB value is (116,200,49). Sum of RGB (Red+Green+Blue) = 116+200+49=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #74C831 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C831 is #8B37CE. Grayscale: #9E9E9E. Windows color (decimal): -9123791 or 3262580. OLE color: 3262580.
HSL color Cylindrical-coordinate representation of color #74C831: hue angle of 93.38º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74C831 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 49 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.22 |
| HSL | 93.38º | 0.61% | 0.49% | - |
| HSV(B) | 93.38º | 0.76% | 0.78% | - |
| XYZ | 28.41 | 45.24 | 10.14 | - |
| YUV | 157.67 | 66.67 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 49 | 0.42 | 0 | 0.76 | 0.22 | 93.38 | 0.61 | 0.49 |
| Hex | 74 | C8 | 31 | 2A | 0 | 4C | 16 | 5D | 3D | 31 |
| Octal | 164 | 310 | 61 | 52 | 0 | 114 | 26 | 135 | 75 | 61 |
| Binary | 1110100 | 11001000 | 110001 | 101010 | 0 | 1001100 | 10110 | 1011101 | 111101 | 110001 |
Color Harmonies of #74C831
Complementary color
Monochromatic Colors of #74C831
Black with #74C831
Text Example
Text Example
White with #74C831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C831; }
p { color: rgb(116,200,49); }
H1.HeaderClassName
{
color: #74C831;
}
.AnyTagClassName
{
color: #74C831;
}
</style>
background-color css
<style>
a { background-color: #74C831; }
a { background-color: rgb(116,200,49); }
div.DivClassName
{
background-color: #74C831;
}
.BgClassName
{
background-color: #74C831;
}
</style>
border-color css
<style>
span { border-color: #74C831; }
span { border-color: rgb(116,200,49); }
td.TdClassName
{
border-color: #74C831;
}
.TagClassName
{
border-color: #74C831;
}
</style>