Shades of Lima #74CB28
Tints of Lima #74CB28
RGB
CMYK
RGB Variations
Color information
#74CB28 (or 0x74CB28) is known color: Lima. HEX triplet: 74, CB and 28. RGB value is (116,203,40). Sum of RGB (Red+Green+Blue) = 116+203+40=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CB28 is #8B34D7. Grayscale: #9E9E9E. Windows color (decimal): -9123032 or 2673524. OLE color: 2673524.
HSL color Cylindrical-coordinate representation of color #74CB28: hue angle of 92.02º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74CB28 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 40 | - |
| CMYK | 0.43 | 0 | 0.80 | 0.20 |
| HSL | 92.02º | 0.67% | 0.48% | - |
| HSV(B) | 92.02º | 0.8% | 0.8% | - |
| XYZ | 28.94 | 46.58 | 9.47 | - |
| YUV | 158.41 | 61.18 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 40 | 0.43 | 0 | 0.80 | 0.20 | 92.02 | 0.67 | 0.48 |
| Hex | 74 | CB | 28 | 2B | 0 | 50 | 14 | 5C | 43 | 30 |
| Octal | 164 | 313 | 50 | 53 | 0 | 120 | 24 | 134 | 103 | 60 |
| Binary | 1110100 | 11001011 | 101000 | 101011 | 0 | 1010000 | 10100 | 1011100 | 1000011 | 110000 |
Color Harmonies of #74CB28
Complementary color
Monochromatic Colors of #74CB28
Black with #74CB28
Text Example
Text Example
White with #74CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CB28; }
p { color: rgb(116,203,40); }
H1.HeaderClassName
{
color: #74CB28;
}
.AnyTagClassName
{
color: #74CB28;
}
</style>
background-color css
<style>
a { background-color: #74CB28; }
a { background-color: rgb(116,203,40); }
div.DivClassName
{
background-color: #74CB28;
}
.BgClassName
{
background-color: #74CB28;
}
</style>
border-color css
<style>
span { border-color: #74CB28; }
span { border-color: rgb(116,203,40); }
td.TdClassName
{
border-color: #74CB28;
}
.TagClassName
{
border-color: #74CB28;
}
</style>