Shades of Lima #6FCF28
Tints of Lima #6FCF28
RGB
CMYK
RGB Variations
Color information
#6FCF28 (or 0x6FCF28) is known color: Lima. HEX triplet: 6F, CF and 28. RGB value is (111,207,40). Sum of RGB (Red+Green+Blue) = 111+207+40=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCF28 is #9030D7. Grayscale: #9F9F9F. Windows color (decimal): -9449688 or 2674543. OLE color: 2674543.
HSL color Cylindrical-coordinate representation of color #6FCF28: hue angle of 94.49º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6FCF28 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 40 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.19 |
| HSL | 94.49º | 0.68% | 0.48% | - |
| HSV(B) | 94.49º | 0.81% | 0.81% | - |
| XYZ | 29.25 | 48.16 | 9.76 | - |
| YUV | 159.26 | 60.7 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 40 | 0.46 | 0 | 0.81 | 0.19 | 94.49 | 0.68 | 0.48 |
| Hex | 6F | CF | 28 | 2E | 0 | 51 | 13 | 5E | 44 | 30 |
| Octal | 157 | 317 | 50 | 56 | 0 | 121 | 23 | 136 | 104 | 60 |
| Binary | 1101111 | 11001111 | 101000 | 101110 | 0 | 1010001 | 10011 | 1011110 | 1000100 | 110000 |
Color Harmonies of #6FCF28
Complementary color
Monochromatic Colors of #6FCF28
Black with #6FCF28
Text Example
Text Example
White with #6FCF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF28; }
p { color: rgb(111,207,40); }
H1.HeaderClassName
{
color: #6FCF28;
}
.AnyTagClassName
{
color: #6FCF28;
}
</style>
background-color css
<style>
a { background-color: #6FCF28; }
a { background-color: rgb(111,207,40); }
div.DivClassName
{
background-color: #6FCF28;
}
.BgClassName
{
background-color: #6FCF28;
}
</style>
border-color css
<style>
span { border-color: #6FCF28; }
span { border-color: rgb(111,207,40); }
td.TdClassName
{
border-color: #6FCF28;
}
.TagClassName
{
border-color: #6FCF28;
}
</style>