Shades of Lime Green #43FA41
Tints of Lime Green #43FA41
RGB
CMYK
RGB Variations
Color information
#43FA41 (or 0x43FA41) is known color: Lime Green. HEX triplet: 43, FA and 41. RGB value is (67,250,65). Sum of RGB (Red+Green+Blue) = 67+250+65=382 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.54% from 382); Green value is 250 (98.05% from 255 or 65.45% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 250 - color contains mainly: green. Hex color #43FA41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43FA41 is #BC05BE. Grayscale: #AEAEAE. Windows color (decimal): -12322239 or 4323907. OLE color: 4323907.
HSL color Cylindrical-coordinate representation of color #43FA41: hue angle of 119.35º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FA41 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 250 | 65 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.02 |
| HSL | 119.35º | 0.95% | 0.62% | - |
| HSV(B) | 119.35º | 0.74% | 0.98% | - |
| XYZ | 37.45 | 69.95 | 16.53 | - |
| YUV | 174.19 | 66.37 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 250 | 65 | 0.73 | 0 | 0.74 | 0.02 | 119.35 | 0.95 | 0.62 |
| Hex | 43 | FA | 41 | 49 | 0 | 4A | 2 | 77 | 5F | 3E |
| Octal | 103 | 372 | 101 | 111 | 0 | 112 | 2 | 167 | 137 | 76 |
| Binary | 1000011 | 11111010 | 1000001 | 1001001 | 0 | 1001010 | 10 | 1110111 | 1011111 | 111110 |
Color Harmonies of #43FA41
Complementary color
Monochromatic Colors of #43FA41
Black with #43FA41
Text Example
Text Example
White with #43FA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FA41; }
p { color: rgb(67,250,65); }
H1.HeaderClassName
{
color: #43FA41;
}
.AnyTagClassName
{
color: #43FA41;
}
</style>
background-color css
<style>
a { background-color: #43FA41; }
a { background-color: rgb(67,250,65); }
div.DivClassName
{
background-color: #43FA41;
}
.BgClassName
{
background-color: #43FA41;
}
</style>
border-color css
<style>
span { border-color: #43FA41; }
span { border-color: rgb(67,250,65); }
td.TdClassName
{
border-color: #43FA41;
}
.TagClassName
{
border-color: #43FA41;
}
</style>