Shades of Lima #74CF26
Tints of Lima #74CF26
RGB
CMYK
RGB Variations
Color information
#74CF26 (or 0x74CF26) is known color: Lima. HEX triplet: 74, CF and 26. RGB value is (116,207,38). Sum of RGB (Red+Green+Blue) = 116+207+38=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CF26 is #8B30D9. Grayscale: #A1A1A1. Windows color (decimal): -9122010 or 2543476. OLE color: 2543476.
HSL color Cylindrical-coordinate representation of color #74CF26: hue angle of 92.31º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74CF26 is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 38 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.19 |
| HSL | 92.31º | 0.69% | 0.48% | - |
| HSV(B) | 92.31º | 0.82% | 0.81% | - |
| XYZ | 29.87 | 48.48 | 9.62 | - |
| YUV | 160.53 | 58.85 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 38 | 0.44 | 0 | 0.82 | 0.19 | 92.31 | 0.69 | 0.48 |
| Hex | 74 | CF | 26 | 2C | 0 | 52 | 13 | 5C | 45 | 30 |
| Octal | 164 | 317 | 46 | 54 | 0 | 122 | 23 | 134 | 105 | 60 |
| Binary | 1110100 | 11001111 | 100110 | 101100 | 0 | 1010010 | 10011 | 1011100 | 1000101 | 110000 |
Color Harmonies of #74CF26
Complementary color
Monochromatic Colors of #74CF26
Black with #74CF26
Text Example
Text Example
White with #74CF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF26; }
p { color: rgb(116,207,38); }
H1.HeaderClassName
{
color: #74CF26;
}
.AnyTagClassName
{
color: #74CF26;
}
</style>
background-color css
<style>
a { background-color: #74CF26; }
a { background-color: rgb(116,207,38); }
div.DivClassName
{
background-color: #74CF26;
}
.BgClassName
{
background-color: #74CF26;
}
</style>
border-color css
<style>
span { border-color: #74CF26; }
span { border-color: rgb(116,207,38); }
td.TdClassName
{
border-color: #74CF26;
}
.TagClassName
{
border-color: #74CF26;
}
</style>