Shades of Lime Green #43CC34
Tints of Lime Green #43CC34
RGB
CMYK
RGB Variations
Color information
#43CC34 (or 0x43CC34) is known color: Lime Green. HEX triplet: 43, CC and 34. RGB value is (67,204,52). Sum of RGB (Red+Green+Blue) = 67+204+52=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #43CC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CC34 is #BC33CB. Grayscale: #929292. Windows color (decimal): -12334028 or 3460163. OLE color: 3460163.
HSL color Cylindrical-coordinate representation of color #43CC34: hue angle of 114.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43CC34 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 204 | 52 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.2 |
| HSL | 114.08º | 0.6% | 0.5% | - |
| HSV(B) | 114.08º | 0.75% | 0.8% | - |
| XYZ | 24.53 | 44.63 | 10.57 | - |
| YUV | 145.71 | 75.11 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 52 | 0.67 | 0 | 0.75 | 0.2 | 114.08 | 0.6 | 0.5 |
| Hex | 43 | CC | 34 | 43 | 0 | 4B | 14 | 72 | 3C | 32 |
| Octal | 103 | 314 | 64 | 103 | 0 | 113 | 24 | 162 | 74 | 62 |
| Binary | 1000011 | 11001100 | 110100 | 1000011 | 0 | 1001011 | 10100 | 1110010 | 111100 | 110010 |
Color Harmonies of #43CC34
Complementary color
Monochromatic Colors of #43CC34
Black with #43CC34
Text Example
Text Example
White with #43CC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CC34; }
p { color: rgb(67,204,52); }
H1.HeaderClassName
{
color: #43CC34;
}
.AnyTagClassName
{
color: #43CC34;
}
</style>
background-color css
<style>
a { background-color: #43CC34; }
a { background-color: rgb(67,204,52); }
div.DivClassName
{
background-color: #43CC34;
}
.BgClassName
{
background-color: #43CC34;
}
</style>
border-color css
<style>
span { border-color: #43CC34; }
span { border-color: rgb(67,204,52); }
td.TdClassName
{
border-color: #43CC34;
}
.TagClassName
{
border-color: #43CC34;
}
</style>