Shades of Lime Green #43D74B
Tints of Lime Green #43D74B
RGB
CMYK
RGB Variations
Color information
#43D74B (or 0x43D74B) is known color: Lime Green. HEX triplet: 43, D7 and 4B. RGB value is (67,215,75). Sum of RGB (Red+Green+Blue) = 67+215+75=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 215 (84.38% from 255 or 60.22% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 215 - color contains mainly: green. Hex color #43D74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D74B is #BC28B4. Grayscale: #9B9B9B. Windows color (decimal): -12331189 or 4970307. OLE color: 4970307.
HSL color Cylindrical-coordinate representation of color #43D74B: hue angle of 123.24º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D74B is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 215 | 75 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.16 |
| HSL | 123.24º | 0.65% | 0.55% | - |
| HSV(B) | 123.24º | 0.69% | 0.84% | - |
| XYZ | 27.89 | 50.3 | 14.9 | - |
| YUV | 154.79 | 82.97 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 215 | 75 | 0.69 | 0 | 0.65 | 0.16 | 123.24 | 0.65 | 0.55 |
| Hex | 43 | D7 | 4B | 45 | 0 | 41 | 10 | 7B | 41 | 37 |
| Octal | 103 | 327 | 113 | 105 | 0 | 101 | 20 | 173 | 101 | 67 |
| Binary | 1000011 | 11010111 | 1001011 | 1000101 | 0 | 1000001 | 10000 | 1111011 | 1000001 | 110111 |
Color Harmonies of #43D74B
Complementary color
Monochromatic Colors of #43D74B
Black with #43D74B
Text Example
Text Example
White with #43D74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D74B; }
p { color: rgb(67,215,75); }
H1.HeaderClassName
{
color: #43D74B;
}
.AnyTagClassName
{
color: #43D74B;
}
</style>
background-color css
<style>
a { background-color: #43D74B; }
a { background-color: rgb(67,215,75); }
div.DivClassName
{
background-color: #43D74B;
}
.BgClassName
{
background-color: #43D74B;
}
</style>
border-color css
<style>
span { border-color: #43D74B; }
span { border-color: rgb(67,215,75); }
td.TdClassName
{
border-color: #43D74B;
}
.TagClassName
{
border-color: #43D74B;
}
</style>