Shades of Lima #6FD125
Tints of Lima #6FD125
RGB
CMYK
RGB Variations
Color information
#6FD125 (or 0x6FD125) is known color: Lima. HEX triplet: 6F, D1 and 25. RGB value is (111,209,37). Sum of RGB (Red+Green+Blue) = 111+209+37=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD125 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD125 is #902EDA. Grayscale: #A0A0A0. Windows color (decimal): -9449179 or 2478447. OLE color: 2478447.
HSL color Cylindrical-coordinate representation of color #6FD125: hue angle of 94.19º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6FD125 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 209 | 37 | - |
| CMYK | 0.47 | 0 | 0.82 | 0.18 |
| HSL | 94.19º | 0.7% | 0.48% | - |
| HSV(B) | 94.19º | 0.82% | 0.82% | - |
| XYZ | 29.69 | 49.11 | 9.67 | - |
| YUV | 160.09 | 58.53 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 37 | 0.47 | 0 | 0.82 | 0.18 | 94.19 | 0.7 | 0.48 |
| Hex | 6F | D1 | 25 | 2F | 0 | 52 | 12 | 5E | 46 | 30 |
| Octal | 157 | 321 | 45 | 57 | 0 | 122 | 22 | 136 | 106 | 60 |
| Binary | 1101111 | 11010001 | 100101 | 101111 | 0 | 1010010 | 10010 | 1011110 | 1000110 | 110000 |
Color Harmonies of #6FD125
Complementary color
Monochromatic Colors of #6FD125
Black with #6FD125
Text Example
Text Example
White with #6FD125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD125; }
p { color: rgb(111,209,37); }
H1.HeaderClassName
{
color: #6FD125;
}
.AnyTagClassName
{
color: #6FD125;
}
</style>
background-color css
<style>
a { background-color: #6FD125; }
a { background-color: rgb(111,209,37); }
div.DivClassName
{
background-color: #6FD125;
}
.BgClassName
{
background-color: #6FD125;
}
</style>
border-color css
<style>
span { border-color: #6FD125; }
span { border-color: rgb(111,209,37); }
td.TdClassName
{
border-color: #6FD125;
}
.TagClassName
{
border-color: #6FD125;
}
</style>