Shades of Lima #7FBE30
Tints of Lima #7FBE30
RGB
CMYK
RGB Variations
Color information
#7FBE30 (or 0x7FBE30) is known color: Lima. HEX triplet: 7F, BE and 30. RGB value is (127,190,48). Sum of RGB (Red+Green+Blue) = 127+190+48=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBE30 is #8041CF. Grayscale: #9B9B9B. Windows color (decimal): -8405456 or 3194495. OLE color: 3194495.
HSL color Cylindrical-coordinate representation of color #7FBE30: hue angle of 86.62º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FBE30 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 190 | 48 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.25 |
| HSL | 86.62º | 0.6% | 0.47% | - |
| HSV(B) | 86.62º | 0.75% | 0.75% | - |
| XYZ | 27.7 | 41.55 | 9.36 | - |
| YUV | 154.98 | 67.63 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 48 | 0.33 | 0 | 0.75 | 0.25 | 86.62 | 0.6 | 0.47 |
| Hex | 7F | BE | 30 | 21 | 0 | 4B | 19 | 57 | 3C | 2F |
| Octal | 177 | 276 | 60 | 41 | 0 | 113 | 31 | 127 | 74 | 57 |
| Binary | 1111111 | 10111110 | 110000 | 100001 | 0 | 1001011 | 11001 | 1010111 | 111100 | 101111 |
Color Harmonies of #7FBE30
Complementary color
Monochromatic Colors of #7FBE30
Black with #7FBE30
Text Example
Text Example
White with #7FBE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBE30; }
p { color: rgb(127,190,48); }
H1.HeaderClassName
{
color: #7FBE30;
}
.AnyTagClassName
{
color: #7FBE30;
}
</style>
background-color css
<style>
a { background-color: #7FBE30; }
a { background-color: rgb(127,190,48); }
div.DivClassName
{
background-color: #7FBE30;
}
.BgClassName
{
background-color: #7FBE30;
}
</style>
border-color css
<style>
span { border-color: #7FBE30; }
span { border-color: rgb(127,190,48); }
td.TdClassName
{
border-color: #7FBE30;
}
.TagClassName
{
border-color: #7FBE30;
}
</style>