Shades of Lima #6FBE30
Tints of Lima #6FBE30
RGB
CMYK
RGB Variations
Color information
#6FBE30 (or 0x6FBE30) is known color: Lima. HEX triplet: 6F, BE and 30. RGB value is (111,190,48). Sum of RGB (Red+Green+Blue) = 111+190+48=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBE30 is #9041CF. Grayscale: #969696. Windows color (decimal): -9454032 or 3194479. OLE color: 3194479.
HSL color Cylindrical-coordinate representation of color #6FBE30: hue angle of 93.38º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6FBE30 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 48 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.25 |
| HSL | 93.38º | 0.6% | 0.47% | - |
| HSV(B) | 93.38º | 0.75% | 0.75% | - |
| XYZ | 25.5 | 40.42 | 9.25 | - |
| YUV | 150.19 | 70.33 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 48 | 0.42 | 0 | 0.75 | 0.25 | 93.38 | 0.6 | 0.47 |
| Hex | 6F | BE | 30 | 2A | 0 | 4B | 19 | 5D | 3C | 2F |
| Octal | 157 | 276 | 60 | 52 | 0 | 113 | 31 | 135 | 74 | 57 |
| Binary | 1101111 | 10111110 | 110000 | 101010 | 0 | 1001011 | 11001 | 1011101 | 111100 | 101111 |
Color Harmonies of #6FBE30
Complementary color
Monochromatic Colors of #6FBE30
Black with #6FBE30
Text Example
Text Example
White with #6FBE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBE30; }
p { color: rgb(111,190,48); }
H1.HeaderClassName
{
color: #6FBE30;
}
.AnyTagClassName
{
color: #6FBE30;
}
</style>
background-color css
<style>
a { background-color: #6FBE30; }
a { background-color: rgb(111,190,48); }
div.DivClassName
{
background-color: #6FBE30;
}
.BgClassName
{
background-color: #6FBE30;
}
</style>
border-color css
<style>
span { border-color: #6FBE30; }
span { border-color: rgb(111,190,48); }
td.TdClassName
{
border-color: #6FBE30;
}
.TagClassName
{
border-color: #6FBE30;
}
</style>