Shades of Lime Green #43FF38
Tints of Lime Green #43FF38
RGB
CMYK
RGB Variations
Color information
#43FF38 (or 0x43FF38) is known color: Lime Green. HEX triplet: 43, FF and 38. RGB value is (67,255,56). Sum of RGB (Red+Green+Blue) = 67+255+56=378 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.72% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #43FF38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43FF38 is #BC00C7. Grayscale: #B0B0B0. Windows color (decimal): -12320968 or 3735363. OLE color: 3735363.
HSL color Cylindrical-coordinate representation of color #43FF38: hue angle of 116.68º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43FF38 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 56 | - |
| CMYK | 0.74 | 0 | 0.78 | 0 |
| HSL | 116.68º | 1% | 0.61% | - |
| HSV(B) | 116.68º | 0.78% | 1% | - |
| XYZ | 38.79 | 73 | 15.79 | - |
| YUV | 176.1 | 60.22 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 56 | 0.74 | 0 | 0.78 | 0 | 116.68 | 1 | 0.61 |
| Hex | 43 | FF | 38 | 4A | 0 | 4E | 0 | 75 | 64 | 3D |
| Octal | 103 | 377 | 70 | 112 | 0 | 116 | 0 | 165 | 144 | 75 |
| Binary | 1000011 | 11111111 | 111000 | 1001010 | 0 | 1001110 | 0 | 1110101 | 1100100 | 111101 |
Color Harmonies of #43FF38
Complementary color
Monochromatic Colors of #43FF38
Black with #43FF38
Text Example
Text Example
White with #43FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FF38; }
p { color: rgb(67,255,56); }
H1.HeaderClassName
{
color: #43FF38;
}
.AnyTagClassName
{
color: #43FF38;
}
</style>
background-color css
<style>
a { background-color: #43FF38; }
a { background-color: rgb(67,255,56); }
div.DivClassName
{
background-color: #43FF38;
}
.BgClassName
{
background-color: #43FF38;
}
</style>
border-color css
<style>
span { border-color: #43FF38; }
span { border-color: rgb(67,255,56); }
td.TdClassName
{
border-color: #43FF38;
}
.TagClassName
{
border-color: #43FF38;
}
</style>