Shades of Lima #74D02B
Tints of Lima #74D02B
RGB
CMYK
RGB Variations
Color information
#74D02B (or 0x74D02B) is known color: Lima. HEX triplet: 74, D0 and 2B. RGB value is (116,208,43). Sum of RGB (Red+Green+Blue) = 116+208+43=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #74D02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D02B is #8B2FD4. Grayscale: #A2A2A2. Windows color (decimal): -9121749 or 2871412. OLE color: 2871412.
HSL color Cylindrical-coordinate representation of color #74D02B: hue angle of 93.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74D02B is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 208 | 43 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.18 |
| HSL | 93.45º | 0.66% | 0.49% | - |
| HSV(B) | 93.45º | 0.79% | 0.82% | - |
| XYZ | 30.19 | 49 | 10.15 | - |
| YUV | 161.68 | 61.02 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 43 | 0.44 | 0 | 0.79 | 0.18 | 93.45 | 0.66 | 0.49 |
| Hex | 74 | D0 | 2B | 2C | 0 | 4F | 12 | 5D | 42 | 31 |
| Octal | 164 | 320 | 53 | 54 | 0 | 117 | 22 | 135 | 102 | 61 |
| Binary | 1110100 | 11010000 | 101011 | 101100 | 0 | 1001111 | 10010 | 1011101 | 1000010 | 110001 |
Color Harmonies of #74D02B
Complementary color
Monochromatic Colors of #74D02B
Black with #74D02B
Text Example
Text Example
White with #74D02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D02B; }
p { color: rgb(116,208,43); }
H1.HeaderClassName
{
color: #74D02B;
}
.AnyTagClassName
{
color: #74D02B;
}
</style>
background-color css
<style>
a { background-color: #74D02B; }
a { background-color: rgb(116,208,43); }
div.DivClassName
{
background-color: #74D02B;
}
.BgClassName
{
background-color: #74D02B;
}
</style>
border-color css
<style>
span { border-color: #74D02B; }
span { border-color: rgb(116,208,43); }
td.TdClassName
{
border-color: #74D02B;
}
.TagClassName
{
border-color: #74D02B;
}
</style>