Shades of Lima #7BC908
Tints of Lima #7BC908
RGB
CMYK
RGB Variations
Color information
#7BC908 (or 0x7BC908) is known color: Lima. HEX triplet: 7B, C9 and 08. RGB value is (123,201,8). Sum of RGB (Red+Green+Blue) = 123+201+8=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 201 (78.91% from 255 or 60.54% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC908 is #8436F7. Grayscale: #9C9C9C. Windows color (decimal): -8664824 or 575867. OLE color: 575867.
HSL color Cylindrical-coordinate representation of color #7BC908: hue angle of 84.25º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7BC908 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 8 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.21 |
| HSL | 84.25º | 0.92% | 0.41% | - |
| HSV(B) | 84.25º | 0.96% | 0.79% | - |
| XYZ | 29.1 | 46 | 7.58 | - |
| YUV | 155.68 | 44.66 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 8 | 0.39 | 0 | 0.96 | 0.21 | 84.25 | 0.92 | 0.41 |
| Hex | 7B | C9 | 8 | 27 | 0 | 60 | 15 | 54 | 5C | 29 |
| Octal | 173 | 311 | 10 | 47 | 0 | 140 | 25 | 124 | 134 | 51 |
| Binary | 1111011 | 11001001 | 1000 | 100111 | 0 | 1100000 | 10101 | 1010100 | 1011100 | 101001 |
Color Harmonies of #7BC908
Complementary color
Monochromatic Colors of #7BC908
Black with #7BC908
Text Example
Text Example
White with #7BC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC908; }
p { color: rgb(123,201,8); }
H1.HeaderClassName
{
color: #7BC908;
}
.AnyTagClassName
{
color: #7BC908;
}
</style>
background-color css
<style>
a { background-color: #7BC908; }
a { background-color: rgb(123,201,8); }
div.DivClassName
{
background-color: #7BC908;
}
.BgClassName
{
background-color: #7BC908;
}
</style>
border-color css
<style>
span { border-color: #7BC908; }
span { border-color: rgb(123,201,8); }
td.TdClassName
{
border-color: #7BC908;
}
.TagClassName
{
border-color: #7BC908;
}
</style>