Shades of Lime Green #43FF34
Tints of Lime Green #43FF34
RGB
CMYK
RGB Variations
Color information
#43FF34 (or 0x43FF34) is known color: Lime Green. HEX triplet: 43, FF and 34. RGB value is (67,255,52). Sum of RGB (Red+Green+Blue) = 67+255+52=374 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.91% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #43FF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43FF34 is #BC00CB. Grayscale: #B0B0B0. Windows color (decimal): -12320972 or 3473219. OLE color: 3473219.
HSL color Cylindrical-coordinate representation of color #43FF34: hue angle of 115.57º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #43FF34 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 52 | - |
| CMYK | 0.74 | 0 | 0.80 | 0 |
| HSL | 115.57º | 1% | 0.6% | - |
| HSV(B) | 115.57º | 0.8% | 1% | - |
| XYZ | 38.69 | 72.96 | 15.29 | - |
| YUV | 175.65 | 58.22 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 52 | 0.74 | 0 | 0.80 | 0 | 115.57 | 1 | 0.6 |
| Hex | 43 | FF | 34 | 4A | 0 | 50 | 0 | 74 | 64 | 3C |
| Octal | 103 | 377 | 64 | 112 | 0 | 120 | 0 | 164 | 144 | 74 |
| Binary | 1000011 | 11111111 | 110100 | 1001010 | 0 | 1010000 | 0 | 1110100 | 1100100 | 111100 |
Color Harmonies of #43FF34
Complementary color
Monochromatic Colors of #43FF34
Black with #43FF34
Text Example
Text Example
White with #43FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FF34; }
p { color: rgb(67,255,52); }
H1.HeaderClassName
{
color: #43FF34;
}
.AnyTagClassName
{
color: #43FF34;
}
</style>
background-color css
<style>
a { background-color: #43FF34; }
a { background-color: rgb(67,255,52); }
div.DivClassName
{
background-color: #43FF34;
}
.BgClassName
{
background-color: #43FF34;
}
</style>
border-color css
<style>
span { border-color: #43FF34; }
span { border-color: rgb(67,255,52); }
td.TdClassName
{
border-color: #43FF34;
}
.TagClassName
{
border-color: #43FF34;
}
</style>