Shades of Lime Green #43CC4C
Tints of Lime Green #43CC4C
RGB
CMYK
RGB Variations
Color information
#43CC4C (or 0x43CC4C) is known color: Lime Green. HEX triplet: 43, CC and 4C. RGB value is (67,204,76). Sum of RGB (Red+Green+Blue) = 67+204+76=347 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.31% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #43CC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CC4C is #BC33B3. Grayscale: #949494. Windows color (decimal): -12334004 or 5033027. OLE color: 5033027.
HSL color Cylindrical-coordinate representation of color #43CC4C: hue angle of 123.94º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CC4C is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 204 | 76 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.2 |
| HSL | 123.94º | 0.57% | 0.53% | - |
| HSV(B) | 123.94º | 0.67% | 0.8% | - |
| XYZ | 25.21 | 44.9 | 14.18 | - |
| YUV | 148.45 | 87.11 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 76 | 0.67 | 0 | 0.63 | 0.2 | 123.94 | 0.57 | 0.53 |
| Hex | 43 | CC | 4C | 43 | 0 | 3F | 14 | 7C | 39 | 35 |
| Octal | 103 | 314 | 114 | 103 | 0 | 77 | 24 | 174 | 71 | 65 |
| Binary | 1000011 | 11001100 | 1001100 | 1000011 | 0 | 111111 | 10100 | 1111100 | 111001 | 110101 |
Color Harmonies of #43CC4C
Complementary color
Monochromatic Colors of #43CC4C
Black with #43CC4C
Text Example
Text Example
White with #43CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CC4C; }
p { color: rgb(67,204,76); }
H1.HeaderClassName
{
color: #43CC4C;
}
.AnyTagClassName
{
color: #43CC4C;
}
</style>
background-color css
<style>
a { background-color: #43CC4C; }
a { background-color: rgb(67,204,76); }
div.DivClassName
{
background-color: #43CC4C;
}
.BgClassName
{
background-color: #43CC4C;
}
</style>
border-color css
<style>
span { border-color: #43CC4C; }
span { border-color: rgb(67,204,76); }
td.TdClassName
{
border-color: #43CC4C;
}
.TagClassName
{
border-color: #43CC4C;
}
</style>