Shades of Lime Green #43CA4A
Tints of Lime Green #43CA4A
RGB
CMYK
RGB Variations
Color information
#43CA4A (or 0x43CA4A) is known color: Lime Green. HEX triplet: 43, CA and 4A. RGB value is (67,202,74). Sum of RGB (Red+Green+Blue) = 67+202+74=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #43CA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CA4A is #BC35B5. Grayscale: #939393. Windows color (decimal): -12334518 or 4901443. OLE color: 4901443.
HSL color Cylindrical-coordinate representation of color #43CA4A: hue angle of 123.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CA4A is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 202 | 74 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.21 |
| HSL | 123.11º | 0.56% | 0.53% | - |
| HSV(B) | 123.11º | 0.67% | 0.79% | - |
| XYZ | 24.67 | 43.93 | 13.66 | - |
| YUV | 147.04 | 86.77 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 202 | 74 | 0.67 | 0 | 0.63 | 0.21 | 123.11 | 0.56 | 0.53 |
| Hex | 43 | CA | 4A | 43 | 0 | 3F | 15 | 7B | 38 | 35 |
| Octal | 103 | 312 | 112 | 103 | 0 | 77 | 25 | 173 | 70 | 65 |
| Binary | 1000011 | 11001010 | 1001010 | 1000011 | 0 | 111111 | 10101 | 1111011 | 111000 | 110101 |
Color Harmonies of #43CA4A
Complementary color
Monochromatic Colors of #43CA4A
Black with #43CA4A
Text Example
Text Example
White with #43CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CA4A; }
p { color: rgb(67,202,74); }
H1.HeaderClassName
{
color: #43CA4A;
}
.AnyTagClassName
{
color: #43CA4A;
}
</style>
background-color css
<style>
a { background-color: #43CA4A; }
a { background-color: rgb(67,202,74); }
div.DivClassName
{
background-color: #43CA4A;
}
.BgClassName
{
background-color: #43CA4A;
}
</style>
border-color css
<style>
span { border-color: #43CA4A; }
span { border-color: rgb(67,202,74); }
td.TdClassName
{
border-color: #43CA4A;
}
.TagClassName
{
border-color: #43CA4A;
}
</style>