Shades of Lime Green #43CF3F
Tints of Lime Green #43CF3F
RGB
CMYK
RGB Variations
Color information
#43CF3F (or 0x43CF3F) is known color: Lime Green. HEX triplet: 43, CF and 3F. RGB value is (67,207,63). Sum of RGB (Red+Green+Blue) = 67+207+63=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #43CF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CF3F is #BC30C0. Grayscale: #959595. Windows color (decimal): -12333249 or 4181827. OLE color: 4181827.
HSL color Cylindrical-coordinate representation of color #43CF3F: hue angle of 118.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43CF3F is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 207 | 63 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.19 |
| HSL | 118.33º | 0.6% | 0.53% | - |
| HSV(B) | 118.33º | 0.7% | 0.81% | - |
| XYZ | 25.52 | 46.18 | 12.27 | - |
| YUV | 148.72 | 79.62 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 63 | 0.68 | 0 | 0.70 | 0.19 | 118.33 | 0.6 | 0.53 |
| Hex | 43 | CF | 3F | 44 | 0 | 46 | 13 | 76 | 3C | 35 |
| Octal | 103 | 317 | 77 | 104 | 0 | 106 | 23 | 166 | 74 | 65 |
| Binary | 1000011 | 11001111 | 111111 | 1000100 | 0 | 1000110 | 10011 | 1110110 | 111100 | 110101 |
Color Harmonies of #43CF3F
Complementary color
Monochromatic Colors of #43CF3F
Black with #43CF3F
Text Example
Text Example
White with #43CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CF3F; }
p { color: rgb(67,207,63); }
H1.HeaderClassName
{
color: #43CF3F;
}
.AnyTagClassName
{
color: #43CF3F;
}
</style>
background-color css
<style>
a { background-color: #43CF3F; }
a { background-color: rgb(67,207,63); }
div.DivClassName
{
background-color: #43CF3F;
}
.BgClassName
{
background-color: #43CF3F;
}
</style>
border-color css
<style>
span { border-color: #43CF3F; }
span { border-color: rgb(67,207,63); }
td.TdClassName
{
border-color: #43CF3F;
}
.TagClassName
{
border-color: #43CF3F;
}
</style>