Shades of Lima #7DC01B
Tints of Lima #7DC01B
RGB
CMYK
RGB Variations
Color information
#7DC01B (or 0x7DC01B) is known color: Lima. HEX triplet: 7D, C0 and 1B. RGB value is (125,192,27). Sum of RGB (Red+Green+Blue) = 125+192+27=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC01B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC01B is #823FE4. Grayscale: #999999. Windows color (decimal): -8536037 or 1818749. OLE color: 1818749.
HSL color Cylindrical-coordinate representation of color #7DC01B: hue angle of 84.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DC01B is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 27 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.25 |
| HSL | 84.36º | 0.75% | 0.43% | - |
| HSV(B) | 84.36º | 0.86% | 0.75% | - |
| XYZ | 27.5 | 42.14 | 7.72 | - |
| YUV | 153.16 | 56.8 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 27 | 0.35 | 0 | 0.86 | 0.25 | 84.36 | 0.75 | 0.43 |
| Hex | 7D | C0 | 1B | 23 | 0 | 56 | 19 | 54 | 4B | 2B |
| Octal | 175 | 300 | 33 | 43 | 0 | 126 | 31 | 124 | 113 | 53 |
| Binary | 1111101 | 11000000 | 11011 | 100011 | 0 | 1010110 | 11001 | 1010100 | 1001011 | 101011 |
Color Harmonies of #7DC01B
Complementary color
Monochromatic Colors of #7DC01B
Black with #7DC01B
Text Example
Text Example
White with #7DC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC01B; }
p { color: rgb(125,192,27); }
H1.HeaderClassName
{
color: #7DC01B;
}
.AnyTagClassName
{
color: #7DC01B;
}
</style>
background-color css
<style>
a { background-color: #7DC01B; }
a { background-color: rgb(125,192,27); }
div.DivClassName
{
background-color: #7DC01B;
}
.BgClassName
{
background-color: #7DC01B;
}
</style>
border-color css
<style>
span { border-color: #7DC01B; }
span { border-color: rgb(125,192,27); }
td.TdClassName
{
border-color: #7DC01B;
}
.TagClassName
{
border-color: #7DC01B;
}
</style>