Shades of Lima #7EBD27
Tints of Lima #7EBD27
RGB
CMYK
RGB Variations
Color information
#7EBD27 (or 0x7EBD27) is known color: Lima. HEX triplet: 7E, BD and 27. RGB value is (126,189,39). Sum of RGB (Red+Green+Blue) = 126+189+39=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBD27 is #8142D8. Grayscale: #999999. Windows color (decimal): -8471257 or 2604414. OLE color: 2604414.
HSL color Cylindrical-coordinate representation of color #7EBD27: hue angle of 85.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EBD27 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 39 | - |
| CMYK | 0.33 | 0 | 0.79 | 0.26 |
| HSL | 85.2º | 0.66% | 0.45% | - |
| HSV(B) | 85.2º | 0.79% | 0.74% | - |
| XYZ | 27.17 | 40.98 | 8.4 | - |
| YUV | 153.06 | 63.63 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 39 | 0.33 | 0 | 0.79 | 0.26 | 85.2 | 0.66 | 0.45 |
| Hex | 7E | BD | 27 | 21 | 0 | 4F | 1A | 55 | 42 | 2D |
| Octal | 176 | 275 | 47 | 41 | 0 | 117 | 32 | 125 | 102 | 55 |
| Binary | 1111110 | 10111101 | 100111 | 100001 | 0 | 1001111 | 11010 | 1010101 | 1000010 | 101101 |
Color Harmonies of #7EBD27
Complementary color
Monochromatic Colors of #7EBD27
Black with #7EBD27
Text Example
Text Example
White with #7EBD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBD27; }
p { color: rgb(126,189,39); }
H1.HeaderClassName
{
color: #7EBD27;
}
.AnyTagClassName
{
color: #7EBD27;
}
</style>
background-color css
<style>
a { background-color: #7EBD27; }
a { background-color: rgb(126,189,39); }
div.DivClassName
{
background-color: #7EBD27;
}
.BgClassName
{
background-color: #7EBD27;
}
</style>
border-color css
<style>
span { border-color: #7EBD27; }
span { border-color: rgb(126,189,39); }
td.TdClassName
{
border-color: #7EBD27;
}
.TagClassName
{
border-color: #7EBD27;
}
</style>