Shades of Lima #7FC30D
Tints of Lima #7FC30D
RGB
CMYK
RGB Variations
Color information
#7FC30D (or 0x7FC30D) is known color: Lima. HEX triplet: 7F, C3 and 0D. RGB value is (127,195,13). Sum of RGB (Red+Green+Blue) = 127+195+13=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC30D is #803CF2. Grayscale: #9A9A9A. Windows color (decimal): -8404211 or 902015. OLE color: 902015.
HSL color Cylindrical-coordinate representation of color #7FC30D: hue angle of 82.42º 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 #7FC30D is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 13 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.24 |
| HSL | 82.42º | 0.88% | 0.41% | - |
| HSV(B) | 82.42º | 0.93% | 0.76% | - |
| XYZ | 28.34 | 43.57 | 7.3 | - |
| YUV | 153.92 | 48.47 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 13 | 0.35 | 0 | 0.93 | 0.24 | 82.42 | 0.88 | 0.41 |
| Hex | 7F | C3 | D | 23 | 0 | 5D | 18 | 52 | 58 | 29 |
| Octal | 177 | 303 | 15 | 43 | 0 | 135 | 30 | 122 | 130 | 51 |
| Binary | 1111111 | 11000011 | 1101 | 100011 | 0 | 1011101 | 11000 | 1010010 | 1011000 | 101001 |
Color Harmonies of #7FC30D
Complementary color
Monochromatic Colors of #7FC30D
Black with #7FC30D
Text Example
Text Example
White with #7FC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC30D; }
p { color: rgb(127,195,13); }
H1.HeaderClassName
{
color: #7FC30D;
}
.AnyTagClassName
{
color: #7FC30D;
}
</style>
background-color css
<style>
a { background-color: #7FC30D; }
a { background-color: rgb(127,195,13); }
div.DivClassName
{
background-color: #7FC30D;
}
.BgClassName
{
background-color: #7FC30D;
}
</style>
border-color css
<style>
span { border-color: #7FC30D; }
span { border-color: rgb(127,195,13); }
td.TdClassName
{
border-color: #7FC30D;
}
.TagClassName
{
border-color: #7FC30D;
}
</style>