Shades of Lime Green #43FF3B
Tints of Lime Green #43FF3B
RGB
CMYK
RGB Variations
Color information
#43FF3B (or 0x43FF3B) is known color: Lime Green. HEX triplet: 43, FF and 3B. RGB value is (67,255,59). Sum of RGB (Red+Green+Blue) = 67+255+59=381 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.59% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #43FF3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43FF3B is #BC00C4. Grayscale: #B1B1B1. Windows color (decimal): -12320965 or 3931971. OLE color: 3931971.
HSL color Cylindrical-coordinate representation of color #43FF3B: hue angle of 117.55º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43FF3B is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 59 | - |
| CMYK | 0.74 | 0 | 0.77 | 0 |
| HSL | 117.55º | 1% | 0.62% | - |
| HSV(B) | 117.55º | 0.77% | 1% | - |
| XYZ | 38.86 | 73.03 | 16.19 | - |
| YUV | 176.44 | 61.72 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 59 | 0.74 | 0 | 0.77 | 0 | 117.55 | 1 | 0.62 |
| Hex | 43 | FF | 3B | 4A | 0 | 4D | 0 | 76 | 64 | 3E |
| Octal | 103 | 377 | 73 | 112 | 0 | 115 | 0 | 166 | 144 | 76 |
| Binary | 1000011 | 11111111 | 111011 | 1001010 | 0 | 1001101 | 0 | 1110110 | 1100100 | 111110 |
Color Harmonies of #43FF3B
Complementary color
Monochromatic Colors of #43FF3B
Black with #43FF3B
Text Example
Text Example
White with #43FF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FF3B; }
p { color: rgb(67,255,59); }
H1.HeaderClassName
{
color: #43FF3B;
}
.AnyTagClassName
{
color: #43FF3B;
}
</style>
background-color css
<style>
a { background-color: #43FF3B; }
a { background-color: rgb(67,255,59); }
div.DivClassName
{
background-color: #43FF3B;
}
.BgClassName
{
background-color: #43FF3B;
}
</style>
border-color css
<style>
span { border-color: #43FF3B; }
span { border-color: rgb(67,255,59); }
td.TdClassName
{
border-color: #43FF3B;
}
.TagClassName
{
border-color: #43FF3B;
}
</style>