Shades of Lima #7DCC1B
Tints of Lima #7DCC1B
RGB
CMYK
RGB Variations
Color information
#7DCC1B (or 0x7DCC1B) is known color: Lima. HEX triplet: 7D, CC and 1B. RGB value is (125,204,27). Sum of RGB (Red+Green+Blue) = 125+204+27=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCC1B is #8233E4. Grayscale: #A0A0A0. Windows color (decimal): -8532965 or 1821821. OLE color: 1821821.
HSL color Cylindrical-coordinate representation of color #7DCC1B: hue angle of 86.78º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DCC1B is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 27 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.2 |
| HSL | 86.78º | 0.77% | 0.45% | - |
| HSV(B) | 86.78º | 0.87% | 0.8% | - |
| XYZ | 30.25 | 47.62 | 8.64 | - |
| YUV | 160.2 | 52.83 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 27 | 0.39 | 0 | 0.87 | 0.2 | 86.78 | 0.77 | 0.45 |
| Hex | 7D | CC | 1B | 27 | 0 | 57 | 14 | 57 | 4D | 2D |
| Octal | 175 | 314 | 33 | 47 | 0 | 127 | 24 | 127 | 115 | 55 |
| Binary | 1111101 | 11001100 | 11011 | 100111 | 0 | 1010111 | 10100 | 1010111 | 1001101 | 101101 |
Color Harmonies of #7DCC1B
Complementary color
Monochromatic Colors of #7DCC1B
Black with #7DCC1B
Text Example
Text Example
White with #7DCC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC1B; }
p { color: rgb(125,204,27); }
H1.HeaderClassName
{
color: #7DCC1B;
}
.AnyTagClassName
{
color: #7DCC1B;
}
</style>
background-color css
<style>
a { background-color: #7DCC1B; }
a { background-color: rgb(125,204,27); }
div.DivClassName
{
background-color: #7DCC1B;
}
.BgClassName
{
background-color: #7DCC1B;
}
</style>
border-color css
<style>
span { border-color: #7DCC1B; }
span { border-color: rgb(125,204,27); }
td.TdClassName
{
border-color: #7DCC1B;
}
.TagClassName
{
border-color: #7DCC1B;
}
</style>