Shades of Lime Green #43CE34
Tints of Lime Green #43CE34
RGB
CMYK
RGB Variations
Color information
#43CE34 (or 0x43CE34) is known color: Lime Green. HEX triplet: 43, CE and 34. RGB value is (67,206,52). Sum of RGB (Red+Green+Blue) = 67+206+52=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 206 (80.86% from 255 or 63.38% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 206 - color contains mainly: green. Hex color #43CE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CE34 is #BC31CB. Grayscale: #939393. Windows color (decimal): -12333516 or 3460675. OLE color: 3460675.
HSL color Cylindrical-coordinate representation of color #43CE34: hue angle of 114.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43CE34 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 206 | 52 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.19 |
| HSL | 114.16º | 0.61% | 0.51% | - |
| HSV(B) | 114.16º | 0.75% | 0.81% | - |
| XYZ | 25.01 | 45.58 | 10.73 | - |
| YUV | 146.88 | 74.45 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 52 | 0.67 | 0 | 0.75 | 0.19 | 114.16 | 0.61 | 0.51 |
| Hex | 43 | CE | 34 | 43 | 0 | 4B | 13 | 72 | 3D | 33 |
| Octal | 103 | 316 | 64 | 103 | 0 | 113 | 23 | 162 | 75 | 63 |
| Binary | 1000011 | 11001110 | 110100 | 1000011 | 0 | 1001011 | 10011 | 1110010 | 111101 | 110011 |
Color Harmonies of #43CE34
Complementary color
Monochromatic Colors of #43CE34
Black with #43CE34
Text Example
Text Example
White with #43CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CE34; }
p { color: rgb(67,206,52); }
H1.HeaderClassName
{
color: #43CE34;
}
.AnyTagClassName
{
color: #43CE34;
}
</style>
background-color css
<style>
a { background-color: #43CE34; }
a { background-color: rgb(67,206,52); }
div.DivClassName
{
background-color: #43CE34;
}
.BgClassName
{
background-color: #43CE34;
}
</style>
border-color css
<style>
span { border-color: #43CE34; }
span { border-color: rgb(67,206,52); }
td.TdClassName
{
border-color: #43CE34;
}
.TagClassName
{
border-color: #43CE34;
}
</style>