Shades of Lime Green #43BA30
Tints of Lime Green #43BA30
RGB
CMYK
RGB Variations
Color information
#43BA30 (or 0x43BA30) is known color: Lime Green. HEX triplet: 43, BA and 30. RGB value is (67,186,48). Sum of RGB (Red+Green+Blue) = 67+186+48=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #43BA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BA30 is #BC45CF. Grayscale: #878787. Windows color (decimal): -12338640 or 3193411. OLE color: 3193411.
HSL color Cylindrical-coordinate representation of color #43BA30: hue angle of 111.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43BA30 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 186 | 48 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.27 |
| HSL | 111.74º | 0.59% | 0.46% | - |
| HSV(B) | 111.74º | 0.74% | 0.73% | - |
| XYZ | 20.41 | 36.52 | 8.77 | - |
| YUV | 134.69 | 79.08 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 186 | 48 | 0.64 | 0 | 0.74 | 0.27 | 111.74 | 0.59 | 0.46 |
| Hex | 43 | BA | 30 | 40 | 0 | 4A | 1B | 70 | 3B | 2E |
| Octal | 103 | 272 | 60 | 100 | 0 | 112 | 33 | 160 | 73 | 56 |
| Binary | 1000011 | 10111010 | 110000 | 1000000 | 0 | 1001010 | 11011 | 1110000 | 111011 | 101110 |
Color Harmonies of #43BA30
Complementary color
Monochromatic Colors of #43BA30
Black with #43BA30
Text Example
Text Example
White with #43BA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BA30; }
p { color: rgb(67,186,48); }
H1.HeaderClassName
{
color: #43BA30;
}
.AnyTagClassName
{
color: #43BA30;
}
</style>
background-color css
<style>
a { background-color: #43BA30; }
a { background-color: rgb(67,186,48); }
div.DivClassName
{
background-color: #43BA30;
}
.BgClassName
{
background-color: #43BA30;
}
</style>
border-color css
<style>
span { border-color: #43BA30; }
span { border-color: rgb(67,186,48); }
td.TdClassName
{
border-color: #43BA30;
}
.TagClassName
{
border-color: #43BA30;
}
</style>