Shades of Lima #7CBE33
Tints of Lima #7CBE33
RGB
CMYK
RGB Variations
Color information
#7CBE33 (or 0x7CBE33) is known color: Lima. HEX triplet: 7C, BE and 33. RGB value is (124,190,51). Sum of RGB (Red+Green+Blue) = 124+190+51=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBE33 is #8341CC. Grayscale: #9A9A9A. Windows color (decimal): -8602061 or 3391100. OLE color: 3391100.
HSL color Cylindrical-coordinate representation of color #7CBE33: hue angle of 88.49º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CBE33 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 51 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.25 |
| HSL | 88.49º | 0.58% | 0.47% | - |
| HSV(B) | 88.49º | 0.73% | 0.75% | - |
| XYZ | 27.32 | 41.35 | 9.67 | - |
| YUV | 154.42 | 69.63 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 51 | 0.35 | 0 | 0.73 | 0.25 | 88.49 | 0.58 | 0.47 |
| Hex | 7C | BE | 33 | 23 | 0 | 49 | 19 | 58 | 3A | 2F |
| Octal | 174 | 276 | 63 | 43 | 0 | 111 | 31 | 130 | 72 | 57 |
| Binary | 1111100 | 10111110 | 110011 | 100011 | 0 | 1001001 | 11001 | 1011000 | 111010 | 101111 |
Color Harmonies of #7CBE33
Complementary color
Monochromatic Colors of #7CBE33
Black with #7CBE33
Text Example
Text Example
White with #7CBE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBE33; }
p { color: rgb(124,190,51); }
H1.HeaderClassName
{
color: #7CBE33;
}
.AnyTagClassName
{
color: #7CBE33;
}
</style>
background-color css
<style>
a { background-color: #7CBE33; }
a { background-color: rgb(124,190,51); }
div.DivClassName
{
background-color: #7CBE33;
}
.BgClassName
{
background-color: #7CBE33;
}
</style>
border-color css
<style>
span { border-color: #7CBE33; }
span { border-color: rgb(124,190,51); }
td.TdClassName
{
border-color: #7CBE33;
}
.TagClassName
{
border-color: #7CBE33;
}
</style>