Shades of Lima #77CB25
Tints of Lima #77CB25
RGB
CMYK
RGB Variations
Color information
#77CB25 (or 0x77CB25) is known color: Lima. HEX triplet: 77, CB and 25. RGB value is (119,203,37). Sum of RGB (Red+Green+Blue) = 119+203+37=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CB25 is #8834DA. Grayscale: #9F9F9F. Windows color (decimal): -8926427 or 2476919. OLE color: 2476919.
HSL color Cylindrical-coordinate representation of color #77CB25: hue angle of 90.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77CB25 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 203 | 37 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.20 |
| HSL | 90.36º | 0.69% | 0.47% | - |
| HSV(B) | 90.36º | 0.82% | 0.8% | - |
| XYZ | 29.3 | 46.77 | 9.23 | - |
| YUV | 158.96 | 59.17 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 37 | 0.41 | 0 | 0.82 | 0.20 | 90.36 | 0.69 | 0.47 |
| Hex | 77 | CB | 25 | 29 | 0 | 52 | 14 | 5A | 45 | 2F |
| Octal | 167 | 313 | 45 | 51 | 0 | 122 | 24 | 132 | 105 | 57 |
| Binary | 1110111 | 11001011 | 100101 | 101001 | 0 | 1010010 | 10100 | 1011010 | 1000101 | 101111 |
Color Harmonies of #77CB25
Complementary color
Monochromatic Colors of #77CB25
Black with #77CB25
Text Example
Text Example
White with #77CB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CB25; }
p { color: rgb(119,203,37); }
H1.HeaderClassName
{
color: #77CB25;
}
.AnyTagClassName
{
color: #77CB25;
}
</style>
background-color css
<style>
a { background-color: #77CB25; }
a { background-color: rgb(119,203,37); }
div.DivClassName
{
background-color: #77CB25;
}
.BgClassName
{
background-color: #77CB25;
}
</style>
border-color css
<style>
span { border-color: #77CB25; }
span { border-color: rgb(119,203,37); }
td.TdClassName
{
border-color: #77CB25;
}
.TagClassName
{
border-color: #77CB25;
}
</style>