Shades of Lima #74C930
Tints of Lima #74C930
RGB
CMYK
RGB Variations
Color information
#74C930 (or 0x74C930) is known color: Lima. HEX triplet: 74, C9 and 30. RGB value is (116,201,48). Sum of RGB (Red+Green+Blue) = 116+201+48=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #74C930 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C930 is #8B36CF. Grayscale: #9E9E9E. Windows color (decimal): -9123536 or 3197300. OLE color: 3197300.
HSL color Cylindrical-coordinate representation of color #74C930: hue angle of 93.33º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74C930 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 48 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.21 |
| HSL | 93.33º | 0.61% | 0.49% | - |
| HSV(B) | 93.33º | 0.76% | 0.79% | - |
| XYZ | 28.62 | 45.7 | 10.11 | - |
| YUV | 158.14 | 65.84 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 48 | 0.42 | 0 | 0.76 | 0.21 | 93.33 | 0.61 | 0.49 |
| Hex | 74 | C9 | 30 | 2A | 0 | 4C | 15 | 5D | 3D | 31 |
| Octal | 164 | 311 | 60 | 52 | 0 | 114 | 25 | 135 | 75 | 61 |
| Binary | 1110100 | 11001001 | 110000 | 101010 | 0 | 1001100 | 10101 | 1011101 | 111101 | 110001 |
Color Harmonies of #74C930
Complementary color
Monochromatic Colors of #74C930
Black with #74C930
Text Example
Text Example
White with #74C930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C930; }
p { color: rgb(116,201,48); }
H1.HeaderClassName
{
color: #74C930;
}
.AnyTagClassName
{
color: #74C930;
}
</style>
background-color css
<style>
a { background-color: #74C930; }
a { background-color: rgb(116,201,48); }
div.DivClassName
{
background-color: #74C930;
}
.BgClassName
{
background-color: #74C930;
}
</style>
border-color css
<style>
span { border-color: #74C930; }
span { border-color: rgb(116,201,48); }
td.TdClassName
{
border-color: #74C930;
}
.TagClassName
{
border-color: #74C930;
}
</style>