Shades of Lima #6FCF25
Tints of Lima #6FCF25
RGB
CMYK
RGB Variations
Color information
#6FCF25 (or 0x6FCF25) is known color: Lima. HEX triplet: 6F, CF and 25. RGB value is (111,207,37). Sum of RGB (Red+Green+Blue) = 111+207+37=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCF25 is #9030DA. Grayscale: #9F9F9F. Windows color (decimal): -9449691 or 2477935. OLE color: 2477935.
HSL color Cylindrical-coordinate representation of color #6FCF25: hue angle of 93.88º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6FCF25 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 37 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.19 |
| HSL | 93.88º | 0.7% | 0.48% | - |
| HSV(B) | 93.88º | 0.82% | 0.81% | - |
| XYZ | 29.2 | 48.14 | 9.5 | - |
| YUV | 158.92 | 59.2 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 37 | 0.46 | 0 | 0.82 | 0.19 | 93.88 | 0.7 | 0.48 |
| Hex | 6F | CF | 25 | 2E | 0 | 52 | 13 | 5E | 46 | 30 |
| Octal | 157 | 317 | 45 | 56 | 0 | 122 | 23 | 136 | 106 | 60 |
| Binary | 1101111 | 11001111 | 100101 | 101110 | 0 | 1010010 | 10011 | 1011110 | 1000110 | 110000 |
Color Harmonies of #6FCF25
Complementary color
Monochromatic Colors of #6FCF25
Black with #6FCF25
Text Example
Text Example
White with #6FCF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF25; }
p { color: rgb(111,207,37); }
H1.HeaderClassName
{
color: #6FCF25;
}
.AnyTagClassName
{
color: #6FCF25;
}
</style>
background-color css
<style>
a { background-color: #6FCF25; }
a { background-color: rgb(111,207,37); }
div.DivClassName
{
background-color: #6FCF25;
}
.BgClassName
{
background-color: #6FCF25;
}
</style>
border-color css
<style>
span { border-color: #6FCF25; }
span { border-color: rgb(111,207,37); }
td.TdClassName
{
border-color: #6FCF25;
}
.TagClassName
{
border-color: #6FCF25;
}
</style>