Shades of Lime Green #43FA3A
Tints of Lime Green #43FA3A
RGB
CMYK
RGB Variations
Color information
#43FA3A (or 0x43FA3A) is known color: Lime Green. HEX triplet: 43, FA and 3A. RGB value is (67,250,58). Sum of RGB (Red+Green+Blue) = 67+250+58=375 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.87% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #43FA3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43FA3A is #BC05C5. Grayscale: #ADADAD. Windows color (decimal): -12322246 or 3865155. OLE color: 3865155.
HSL color Cylindrical-coordinate representation of color #43FA3A: hue angle of 117.19º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43FA3A is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 250 | 58 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.02 |
| HSL | 117.19º | 0.95% | 0.6% | - |
| HSV(B) | 117.19º | 0.77% | 0.98% | - |
| XYZ | 37.26 | 69.87 | 15.53 | - |
| YUV | 173.4 | 62.87 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 250 | 58 | 0.73 | 0 | 0.77 | 0.02 | 117.19 | 0.95 | 0.6 |
| Hex | 43 | FA | 3A | 49 | 0 | 4D | 2 | 75 | 5F | 3C |
| Octal | 103 | 372 | 72 | 111 | 0 | 115 | 2 | 165 | 137 | 74 |
| Binary | 1000011 | 11111010 | 111010 | 1001001 | 0 | 1001101 | 10 | 1110101 | 1011111 | 111100 |
Color Harmonies of #43FA3A
Complementary color
Monochromatic Colors of #43FA3A
Black with #43FA3A
Text Example
Text Example
White with #43FA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FA3A; }
p { color: rgb(67,250,58); }
H1.HeaderClassName
{
color: #43FA3A;
}
.AnyTagClassName
{
color: #43FA3A;
}
</style>
background-color css
<style>
a { background-color: #43FA3A; }
a { background-color: rgb(67,250,58); }
div.DivClassName
{
background-color: #43FA3A;
}
.BgClassName
{
background-color: #43FA3A;
}
</style>
border-color css
<style>
span { border-color: #43FA3A; }
span { border-color: rgb(67,250,58); }
td.TdClassName
{
border-color: #43FA3A;
}
.TagClassName
{
border-color: #43FA3A;
}
</style>