Shades of Lima #74CE22
Tints of Lima #74CE22
RGB
CMYK
RGB Variations
Color information
#74CE22 (or 0x74CE22) is known color: Lima. HEX triplet: 74, CE and 22. RGB value is (116,206,34). Sum of RGB (Red+Green+Blue) = 116+206+34=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CE22 is #8B31DD. Grayscale: #A0A0A0. Windows color (decimal): -9122270 or 2281076. OLE color: 2281076.
HSL color Cylindrical-coordinate representation of color #74CE22: hue angle of 91.4º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74CE22 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 34 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.19 |
| HSL | 91.4º | 0.72% | 0.47% | - |
| HSV(B) | 91.4º | 0.83% | 0.81% | - |
| XYZ | 29.56 | 47.97 | 9.21 | - |
| YUV | 159.48 | 57.18 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 34 | 0.44 | 0 | 0.83 | 0.19 | 91.4 | 0.72 | 0.47 |
| Hex | 74 | CE | 22 | 2C | 0 | 53 | 13 | 5B | 48 | 2F |
| Octal | 164 | 316 | 42 | 54 | 0 | 123 | 23 | 133 | 110 | 57 |
| Binary | 1110100 | 11001110 | 100010 | 101100 | 0 | 1010011 | 10011 | 1011011 | 1001000 | 101111 |
Color Harmonies of #74CE22
Complementary color
Monochromatic Colors of #74CE22
Black with #74CE22
Text Example
Text Example
White with #74CE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CE22; }
p { color: rgb(116,206,34); }
H1.HeaderClassName
{
color: #74CE22;
}
.AnyTagClassName
{
color: #74CE22;
}
</style>
background-color css
<style>
a { background-color: #74CE22; }
a { background-color: rgb(116,206,34); }
div.DivClassName
{
background-color: #74CE22;
}
.BgClassName
{
background-color: #74CE22;
}
</style>
border-color css
<style>
span { border-color: #74CE22; }
span { border-color: rgb(116,206,34); }
td.TdClassName
{
border-color: #74CE22;
}
.TagClassName
{
border-color: #74CE22;
}
</style>