Shades of Lime Green #43FA3C
Tints of Lime Green #43FA3C
RGB
CMYK
RGB Variations
Color information
#43FA3C (or 0x43FA3C) is known color: Lime Green. HEX triplet: 43, FA and 3C. RGB value is (67,250,60). Sum of RGB (Red+Green+Blue) = 67+250+60=377 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.77% from 377); Green value is 250 (98.05% from 255 or 66.31% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 250 - color contains mainly: green. Hex color #43FA3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43FA3C is #BC05C3. Grayscale: #AEAEAE. Windows color (decimal): -12322244 or 3996227. OLE color: 3996227.
HSL color Cylindrical-coordinate representation of color #43FA3C: hue angle of 117.79º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43FA3C is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 250 | 60 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.02 |
| HSL | 117.79º | 0.95% | 0.61% | - |
| HSV(B) | 117.79º | 0.76% | 0.98% | - |
| XYZ | 37.32 | 69.89 | 15.8 | - |
| YUV | 173.62 | 63.87 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 250 | 60 | 0.73 | 0 | 0.76 | 0.02 | 117.79 | 0.95 | 0.61 |
| Hex | 43 | FA | 3C | 49 | 0 | 4C | 2 | 76 | 5F | 3D |
| Octal | 103 | 372 | 74 | 111 | 0 | 114 | 2 | 166 | 137 | 75 |
| Binary | 1000011 | 11111010 | 111100 | 1001001 | 0 | 1001100 | 10 | 1110110 | 1011111 | 111101 |
Color Harmonies of #43FA3C
Complementary color
Monochromatic Colors of #43FA3C
Black with #43FA3C
Text Example
Text Example
White with #43FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FA3C; }
p { color: rgb(67,250,60); }
H1.HeaderClassName
{
color: #43FA3C;
}
.AnyTagClassName
{
color: #43FA3C;
}
</style>
background-color css
<style>
a { background-color: #43FA3C; }
a { background-color: rgb(67,250,60); }
div.DivClassName
{
background-color: #43FA3C;
}
.BgClassName
{
background-color: #43FA3C;
}
</style>
border-color css
<style>
span { border-color: #43FA3C; }
span { border-color: rgb(67,250,60); }
td.TdClassName
{
border-color: #43FA3C;
}
.TagClassName
{
border-color: #43FA3C;
}
</style>