Shades of Lima #7DD01C
Tints of Lima #7DD01C
RGB
CMYK
RGB Variations
Color information
#7DD01C (or 0x7DD01C) is known color: Lima. HEX triplet: 7D, D0 and 1C. RGB value is (125,208,28). Sum of RGB (Red+Green+Blue) = 125+208+28=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD01C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD01C is #822FE3. Grayscale: #A3A3A3. Windows color (decimal): -8531940 or 1888381. OLE color: 1888381.
HSL color Cylindrical-coordinate representation of color #7DD01C: hue angle of 87.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DD01C is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 28 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.18 |
| HSL | 87.67º | 0.76% | 0.46% | - |
| HSV(B) | 87.67º | 0.87% | 0.82% | - |
| XYZ | 31.22 | 49.56 | 9.02 | - |
| YUV | 162.66 | 52 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 28 | 0.40 | 0 | 0.87 | 0.18 | 87.67 | 0.76 | 0.46 |
| Hex | 7D | D0 | 1C | 28 | 0 | 57 | 12 | 58 | 4C | 2E |
| Octal | 175 | 320 | 34 | 50 | 0 | 127 | 22 | 130 | 114 | 56 |
| Binary | 1111101 | 11010000 | 11100 | 101000 | 0 | 1010111 | 10010 | 1011000 | 1001100 | 101110 |
Color Harmonies of #7DD01C
Complementary color
Monochromatic Colors of #7DD01C
Black with #7DD01C
Text Example
Text Example
White with #7DD01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD01C; }
p { color: rgb(125,208,28); }
H1.HeaderClassName
{
color: #7DD01C;
}
.AnyTagClassName
{
color: #7DD01C;
}
</style>
background-color css
<style>
a { background-color: #7DD01C; }
a { background-color: rgb(125,208,28); }
div.DivClassName
{
background-color: #7DD01C;
}
.BgClassName
{
background-color: #7DD01C;
}
</style>
border-color css
<style>
span { border-color: #7DD01C; }
span { border-color: rgb(125,208,28); }
td.TdClassName
{
border-color: #7DD01C;
}
.TagClassName
{
border-color: #7DD01C;
}
</style>