Shades of Lima #7FCB23
Tints of Lima #7FCB23
RGB
CMYK
RGB Variations
Color information
#7FCB23 (or 0x7FCB23) is known color: Lima. HEX triplet: 7F, CB and 23. RGB value is (127,203,35). Sum of RGB (Red+Green+Blue) = 127+203+35=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCB23 is #8034DC. Grayscale: #A1A1A1. Windows color (decimal): -8402141 or 2345855. OLE color: 2345855.
HSL color Cylindrical-coordinate representation of color #7FCB23: hue angle of 87.14º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7FCB23 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 35 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.20 |
| HSL | 87.14º | 0.71% | 0.47% | - |
| HSV(B) | 87.14º | 0.83% | 0.8% | - |
| XYZ | 30.41 | 47.35 | 9.13 | - |
| YUV | 161.12 | 56.82 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 35 | 0.37 | 0 | 0.83 | 0.20 | 87.14 | 0.71 | 0.47 |
| Hex | 7F | CB | 23 | 25 | 0 | 53 | 14 | 57 | 47 | 2F |
| Octal | 177 | 313 | 43 | 45 | 0 | 123 | 24 | 127 | 107 | 57 |
| Binary | 1111111 | 11001011 | 100011 | 100101 | 0 | 1010011 | 10100 | 1010111 | 1000111 | 101111 |
Color Harmonies of #7FCB23
Complementary color
Monochromatic Colors of #7FCB23
Black with #7FCB23
Text Example
Text Example
White with #7FCB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB23; }
p { color: rgb(127,203,35); }
H1.HeaderClassName
{
color: #7FCB23;
}
.AnyTagClassName
{
color: #7FCB23;
}
</style>
background-color css
<style>
a { background-color: #7FCB23; }
a { background-color: rgb(127,203,35); }
div.DivClassName
{
background-color: #7FCB23;
}
.BgClassName
{
background-color: #7FCB23;
}
</style>
border-color css
<style>
span { border-color: #7FCB23; }
span { border-color: rgb(127,203,35); }
td.TdClassName
{
border-color: #7FCB23;
}
.TagClassName
{
border-color: #7FCB23;
}
</style>