Shades of Lima #7DCC24
Tints of Lima #7DCC24
RGB
CMYK
RGB Variations
Color information
#7DCC24 (or 0x7DCC24) is known color: Lima. HEX triplet: 7D, CC and 24. RGB value is (125,204,36). Sum of RGB (Red+Green+Blue) = 125+204+36=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 204 (80.08% from 255 or 55.89% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCC24 is #8233DB. Grayscale: #A1A1A1. Windows color (decimal): -8532956 or 2411645. OLE color: 2411645.
HSL color Cylindrical-coordinate representation of color #7DCC24: hue angle of 88.21º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DCC24 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 36 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.2 |
| HSL | 88.21º | 0.7% | 0.47% | - |
| HSV(B) | 88.21º | 0.82% | 0.8% | - |
| XYZ | 30.37 | 47.67 | 9.27 | - |
| YUV | 161.23 | 57.33 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 36 | 0.39 | 0 | 0.82 | 0.2 | 88.21 | 0.7 | 0.47 |
| Hex | 7D | CC | 24 | 27 | 0 | 52 | 14 | 58 | 46 | 2F |
| Octal | 175 | 314 | 44 | 47 | 0 | 122 | 24 | 130 | 106 | 57 |
| Binary | 1111101 | 11001100 | 100100 | 100111 | 0 | 1010010 | 10100 | 1011000 | 1000110 | 101111 |
Color Harmonies of #7DCC24
Complementary color
Monochromatic Colors of #7DCC24
Black with #7DCC24
Text Example
Text Example
White with #7DCC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC24; }
p { color: rgb(125,204,36); }
H1.HeaderClassName
{
color: #7DCC24;
}
.AnyTagClassName
{
color: #7DCC24;
}
</style>
background-color css
<style>
a { background-color: #7DCC24; }
a { background-color: rgb(125,204,36); }
div.DivClassName
{
background-color: #7DCC24;
}
.BgClassName
{
background-color: #7DCC24;
}
</style>
border-color css
<style>
span { border-color: #7DCC24; }
span { border-color: rgb(125,204,36); }
td.TdClassName
{
border-color: #7DCC24;
}
.TagClassName
{
border-color: #7DCC24;
}
</style>