Shades of Lima #6FC925
Tints of Lima #6FC925
RGB
CMYK
RGB Variations
Color information
#6FC925 (or 0x6FC925) is known color: Lima. HEX triplet: 6F, C9 and 25. RGB value is (111,201,37). Sum of RGB (Red+Green+Blue) = 111+201+37=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #6FC925 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC925 is #9036DA. Grayscale: #9B9B9B. Windows color (decimal): -9451227 or 2476399. OLE color: 2476399.
HSL color Cylindrical-coordinate representation of color #6FC925: hue angle of 92.93º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6FC925 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 201 | 37 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.21 |
| HSL | 92.93º | 0.69% | 0.47% | - |
| HSV(B) | 92.93º | 0.82% | 0.79% | - |
| XYZ | 27.78 | 45.29 | 9.03 | - |
| YUV | 155.39 | 61.18 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 201 | 37 | 0.45 | 0 | 0.82 | 0.21 | 92.93 | 0.69 | 0.47 |
| Hex | 6F | C9 | 25 | 2D | 0 | 52 | 15 | 5D | 45 | 2F |
| Octal | 157 | 311 | 45 | 55 | 0 | 122 | 25 | 135 | 105 | 57 |
| Binary | 1101111 | 11001001 | 100101 | 101101 | 0 | 1010010 | 10101 | 1011101 | 1000101 | 101111 |
Color Harmonies of #6FC925
Complementary color
Monochromatic Colors of #6FC925
Black with #6FC925
Text Example
Text Example
White with #6FC925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC925; }
p { color: rgb(111,201,37); }
H1.HeaderClassName
{
color: #6FC925;
}
.AnyTagClassName
{
color: #6FC925;
}
</style>
background-color css
<style>
a { background-color: #6FC925; }
a { background-color: rgb(111,201,37); }
div.DivClassName
{
background-color: #6FC925;
}
.BgClassName
{
background-color: #6FC925;
}
</style>
border-color css
<style>
span { border-color: #6FC925; }
span { border-color: rgb(111,201,37); }
td.TdClassName
{
border-color: #6FC925;
}
.TagClassName
{
border-color: #6FC925;
}
</style>