Shades of Lime Green #43CA32
Tints of Lime Green #43CA32
RGB
CMYK
RGB Variations
Color information
#43CA32 (or 0x43CA32) is known color: Lime Green. HEX triplet: 43, CA and 32. RGB value is (67,202,50). Sum of RGB (Red+Green+Blue) = 67+202+50=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 202 (79.30% from 255 or 63.32% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 202 - color contains mainly: green. Hex color #43CA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CA32 is #BC35CD. Grayscale: #909090. Windows color (decimal): -12334542 or 3328579. OLE color: 3328579.
HSL color Cylindrical-coordinate representation of color #43CA32: hue angle of 113.29º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43CA32 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 202 | 50 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.21 |
| HSL | 113.29º | 0.6% | 0.49% | - |
| HSV(B) | 113.29º | 0.75% | 0.79% | - |
| XYZ | 24.01 | 43.66 | 10.18 | - |
| YUV | 144.31 | 74.77 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 202 | 50 | 0.67 | 0 | 0.75 | 0.21 | 113.29 | 0.6 | 0.49 |
| Hex | 43 | CA | 32 | 43 | 0 | 4B | 15 | 71 | 3C | 31 |
| Octal | 103 | 312 | 62 | 103 | 0 | 113 | 25 | 161 | 74 | 61 |
| Binary | 1000011 | 11001010 | 110010 | 1000011 | 0 | 1001011 | 10101 | 1110001 | 111100 | 110001 |
Color Harmonies of #43CA32
Complementary color
Monochromatic Colors of #43CA32
Black with #43CA32
Text Example
Text Example
White with #43CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CA32; }
p { color: rgb(67,202,50); }
H1.HeaderClassName
{
color: #43CA32;
}
.AnyTagClassName
{
color: #43CA32;
}
</style>
background-color css
<style>
a { background-color: #43CA32; }
a { background-color: rgb(67,202,50); }
div.DivClassName
{
background-color: #43CA32;
}
.BgClassName
{
background-color: #43CA32;
}
</style>
border-color css
<style>
span { border-color: #43CA32; }
span { border-color: rgb(67,202,50); }
td.TdClassName
{
border-color: #43CA32;
}
.TagClassName
{
border-color: #43CA32;
}
</style>