Shades of Lima #7BC30D
Tints of Lima #7BC30D
RGB
CMYK
RGB Variations
Color information
#7BC30D (or 0x7BC30D) is known color: Lima. HEX triplet: 7B, C3 and 0D. RGB value is (123,195,13). Sum of RGB (Red+Green+Blue) = 123+195+13=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC30D is #843CF2. Grayscale: #999999. Windows color (decimal): -8666355 or 902011. OLE color: 902011.
HSL color Cylindrical-coordinate representation of color #7BC30D: hue angle of 83.74º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7BC30D is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 13 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.24 |
| HSL | 83.74º | 0.88% | 0.41% | - |
| HSV(B) | 83.74º | 0.93% | 0.76% | - |
| XYZ | 27.76 | 43.27 | 7.27 | - |
| YUV | 152.72 | 49.15 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 13 | 0.37 | 0 | 0.93 | 0.24 | 83.74 | 0.88 | 0.41 |
| Hex | 7B | C3 | D | 25 | 0 | 5D | 18 | 54 | 58 | 29 |
| Octal | 173 | 303 | 15 | 45 | 0 | 135 | 30 | 124 | 130 | 51 |
| Binary | 1111011 | 11000011 | 1101 | 100101 | 0 | 1011101 | 11000 | 1010100 | 1011000 | 101001 |
Color Harmonies of #7BC30D
Complementary color
Monochromatic Colors of #7BC30D
Black with #7BC30D
Text Example
Text Example
White with #7BC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC30D; }
p { color: rgb(123,195,13); }
H1.HeaderClassName
{
color: #7BC30D;
}
.AnyTagClassName
{
color: #7BC30D;
}
</style>
background-color css
<style>
a { background-color: #7BC30D; }
a { background-color: rgb(123,195,13); }
div.DivClassName
{
background-color: #7BC30D;
}
.BgClassName
{
background-color: #7BC30D;
}
</style>
border-color css
<style>
span { border-color: #7BC30D; }
span { border-color: rgb(123,195,13); }
td.TdClassName
{
border-color: #7BC30D;
}
.TagClassName
{
border-color: #7BC30D;
}
</style>