Shades of Lima #7BCF0F
Tints of Lima #7BCF0F
RGB
CMYK
RGB Variations
Color information
#7BCF0F (or 0x7BCF0F) is known color: Lima. HEX triplet: 7B, CF and 0F. RGB value is (123,207,15). Sum of RGB (Red+Green+Blue) = 123+207+15=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCF0F is #8430F0. Grayscale: #A0A0A0. Windows color (decimal): -8663281 or 1036155. OLE color: 1036155.
HSL color Cylindrical-coordinate representation of color #7BCF0F: hue angle of 86.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7BCF0F is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 15 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.19 |
| HSL | 86.25º | 0.86% | 0.44% | - |
| HSV(B) | 86.25º | 0.93% | 0.81% | - |
| XYZ | 30.57 | 48.87 | 8.27 | - |
| YUV | 160 | 46.17 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 15 | 0.41 | 0 | 0.93 | 0.19 | 86.25 | 0.86 | 0.44 |
| Hex | 7B | CF | F | 29 | 0 | 5D | 13 | 56 | 56 | 2C |
| Octal | 173 | 317 | 17 | 51 | 0 | 135 | 23 | 126 | 126 | 54 |
| Binary | 1111011 | 11001111 | 1111 | 101001 | 0 | 1011101 | 10011 | 1010110 | 1010110 | 101100 |
Color Harmonies of #7BCF0F
Complementary color
Monochromatic Colors of #7BCF0F
Black with #7BCF0F
Text Example
Text Example
White with #7BCF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCF0F; }
p { color: rgb(123,207,15); }
H1.HeaderClassName
{
color: #7BCF0F;
}
.AnyTagClassName
{
color: #7BCF0F;
}
</style>
background-color css
<style>
a { background-color: #7BCF0F; }
a { background-color: rgb(123,207,15); }
div.DivClassName
{
background-color: #7BCF0F;
}
.BgClassName
{
background-color: #7BCF0F;
}
</style>
border-color css
<style>
span { border-color: #7BCF0F; }
span { border-color: rgb(123,207,15); }
td.TdClassName
{
border-color: #7BCF0F;
}
.TagClassName
{
border-color: #7BCF0F;
}
</style>