Shades of Lime Green #43CF53
Tints of Lime Green #43CF53
RGB
CMYK
RGB Variations
Color information
#43CF53 (or 0x43CF53) is known color: Lime Green. HEX triplet: 43, CF and 53. RGB value is (67,207,83). Sum of RGB (Red+Green+Blue) = 67+207+83=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #43CF53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43CF53 is #BC30AC. Grayscale: #979797. Windows color (decimal): -12333229 or 5492547. OLE color: 5492547.
HSL color Cylindrical-coordinate representation of color #43CF53: hue angle of 126.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43CF53 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 207 | 83 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.19 |
| HSL | 126.86º | 0.59% | 0.54% | - |
| HSV(B) | 126.86º | 0.68% | 0.81% | - |
| XYZ | 26.19 | 46.44 | 15.77 | - |
| YUV | 151 | 89.62 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 83 | 0.68 | 0 | 0.60 | 0.19 | 126.86 | 0.59 | 0.54 |
| Hex | 43 | CF | 53 | 44 | 0 | 3C | 13 | 7F | 3B | 36 |
| Octal | 103 | 317 | 123 | 104 | 0 | 74 | 23 | 177 | 73 | 66 |
| Binary | 1000011 | 11001111 | 1010011 | 1000100 | 0 | 111100 | 10011 | 1111111 | 111011 | 110110 |
Color Harmonies of #43CF53
Complementary color
Monochromatic Colors of #43CF53
Black with #43CF53
Text Example
Text Example
White with #43CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CF53; }
p { color: rgb(67,207,83); }
H1.HeaderClassName
{
color: #43CF53;
}
.AnyTagClassName
{
color: #43CF53;
}
</style>
background-color css
<style>
a { background-color: #43CF53; }
a { background-color: rgb(67,207,83); }
div.DivClassName
{
background-color: #43CF53;
}
.BgClassName
{
background-color: #43CF53;
}
</style>
border-color css
<style>
span { border-color: #43CF53; }
span { border-color: rgb(67,207,83); }
td.TdClassName
{
border-color: #43CF53;
}
.TagClassName
{
border-color: #43CF53;
}
</style>