Shades of Lima #6FCD28
Tints of Lima #6FCD28
RGB
CMYK
RGB Variations
Color information
#6FCD28 (or 0x6FCD28) is known color: Lima. HEX triplet: 6F, CD and 28. RGB value is (111,205,40). Sum of RGB (Red+Green+Blue) = 111+205+40=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCD28 is #9032D7. Grayscale: #9E9E9E. Windows color (decimal): -9450200 or 2674031. OLE color: 2674031.
HSL color Cylindrical-coordinate representation of color #6FCD28: hue angle of 94.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FCD28 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 40 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.20 |
| HSL | 94.18º | 0.67% | 0.48% | - |
| HSV(B) | 94.18º | 0.8% | 0.8% | - |
| XYZ | 28.77 | 47.2 | 9.6 | - |
| YUV | 158.08 | 61.36 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 40 | 0.46 | 0 | 0.80 | 0.20 | 94.18 | 0.67 | 0.48 |
| Hex | 6F | CD | 28 | 2E | 0 | 50 | 14 | 5E | 43 | 30 |
| Octal | 157 | 315 | 50 | 56 | 0 | 120 | 24 | 136 | 103 | 60 |
| Binary | 1101111 | 11001101 | 101000 | 101110 | 0 | 1010000 | 10100 | 1011110 | 1000011 | 110000 |
Color Harmonies of #6FCD28
Complementary color
Monochromatic Colors of #6FCD28
Black with #6FCD28
Text Example
Text Example
White with #6FCD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD28; }
p { color: rgb(111,205,40); }
H1.HeaderClassName
{
color: #6FCD28;
}
.AnyTagClassName
{
color: #6FCD28;
}
</style>
background-color css
<style>
a { background-color: #6FCD28; }
a { background-color: rgb(111,205,40); }
div.DivClassName
{
background-color: #6FCD28;
}
.BgClassName
{
background-color: #6FCD28;
}
</style>
border-color css
<style>
span { border-color: #6FCD28; }
span { border-color: rgb(111,205,40); }
td.TdClassName
{
border-color: #6FCD28;
}
.TagClassName
{
border-color: #6FCD28;
}
</style>