Shades of Lime Green #43CA2F
Tints of Lime Green #43CA2F
RGB
CMYK
RGB Variations
Color information
#43CA2F (or 0x43CA2F) is known color: Lime Green. HEX triplet: 43, CA and 2F. RGB value is (67,202,47). Sum of RGB (Red+Green+Blue) = 67+202+47=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 202 (79.30% from 255 or 63.92% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 202 - color contains mainly: green. Hex color #43CA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CA2F is #BC35D0. Grayscale: #909090. Windows color (decimal): -12334545 or 3131971. OLE color: 3131971.
HSL color Cylindrical-coordinate representation of color #43CA2F: hue angle of 112.26º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43CA2F is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 202 | 47 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.21 |
| HSL | 112.26º | 0.62% | 0.49% | - |
| HSV(B) | 112.26º | 0.77% | 0.79% | - |
| XYZ | 23.95 | 43.64 | 9.85 | - |
| YUV | 143.97 | 73.27 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 202 | 47 | 0.67 | 0 | 0.77 | 0.21 | 112.26 | 0.62 | 0.49 |
| Hex | 43 | CA | 2F | 43 | 0 | 4D | 15 | 70 | 3E | 31 |
| Octal | 103 | 312 | 57 | 103 | 0 | 115 | 25 | 160 | 76 | 61 |
| Binary | 1000011 | 11001010 | 101111 | 1000011 | 0 | 1001101 | 10101 | 1110000 | 111110 | 110001 |
Color Harmonies of #43CA2F
Complementary color
Monochromatic Colors of #43CA2F
Black with #43CA2F
Text Example
Text Example
White with #43CA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CA2F; }
p { color: rgb(67,202,47); }
H1.HeaderClassName
{
color: #43CA2F;
}
.AnyTagClassName
{
color: #43CA2F;
}
</style>
background-color css
<style>
a { background-color: #43CA2F; }
a { background-color: rgb(67,202,47); }
div.DivClassName
{
background-color: #43CA2F;
}
.BgClassName
{
background-color: #43CA2F;
}
</style>
border-color css
<style>
span { border-color: #43CA2F; }
span { border-color: rgb(67,202,47); }
td.TdClassName
{
border-color: #43CA2F;
}
.TagClassName
{
border-color: #43CA2F;
}
</style>