Shades of Lime Green #43BE30
Tints of Lime Green #43BE30
RGB
CMYK
RGB Variations
Color information
#43BE30 (or 0x43BE30) is known color: Lime Green. HEX triplet: 43, BE and 30. RGB value is (67,190,48). Sum of RGB (Red+Green+Blue) = 67+190+48=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 190 (74.61% from 255 or 62.30% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 190 - color contains mainly: green. Hex color #43BE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BE30 is #BC41CF. Grayscale: #898989. Windows color (decimal): -12337616 or 3194435. OLE color: 3194435.
HSL color Cylindrical-coordinate representation of color #43BE30: hue angle of 111.97º 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 #43BE30 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 190 | 48 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.25 |
| HSL | 111.97º | 0.6% | 0.47% | - |
| HSV(B) | 111.97º | 0.75% | 0.75% | - |
| XYZ | 21.26 | 38.23 | 9.06 | - |
| YUV | 137.04 | 77.75 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 48 | 0.65 | 0 | 0.75 | 0.25 | 111.97 | 0.6 | 0.47 |
| Hex | 43 | BE | 30 | 41 | 0 | 4B | 19 | 70 | 3C | 2F |
| Octal | 103 | 276 | 60 | 101 | 0 | 113 | 31 | 160 | 74 | 57 |
| Binary | 1000011 | 10111110 | 110000 | 1000001 | 0 | 1001011 | 11001 | 1110000 | 111100 | 101111 |
Color Harmonies of #43BE30
Complementary color
Monochromatic Colors of #43BE30
Black with #43BE30
Text Example
Text Example
White with #43BE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BE30; }
p { color: rgb(67,190,48); }
H1.HeaderClassName
{
color: #43BE30;
}
.AnyTagClassName
{
color: #43BE30;
}
</style>
background-color css
<style>
a { background-color: #43BE30; }
a { background-color: rgb(67,190,48); }
div.DivClassName
{
background-color: #43BE30;
}
.BgClassName
{
background-color: #43BE30;
}
</style>
border-color css
<style>
span { border-color: #43BE30; }
span { border-color: rgb(67,190,48); }
td.TdClassName
{
border-color: #43BE30;
}
.TagClassName
{
border-color: #43BE30;
}
</style>