Shades of Lime Green #43DC1F
Tints of Lime Green #43DC1F
RGB
CMYK
RGB Variations
Color information
#43DC1F (or 0x43DC1F) is known color: Lime Green. HEX triplet: 43, DC and 1F. RGB value is (67,220,31). Sum of RGB (Red+Green+Blue) = 67+220+31=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 220 (86.33% from 255 or 69.18% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 220 - color contains mainly: green. Hex color #43DC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DC1F is #BC23E0. Grayscale: #999999. Windows color (decimal): -12329953 or 2088003. OLE color: 2088003.
HSL color Cylindrical-coordinate representation of color #43DC1F: hue angle of 108.57º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43DC1F is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 220 | 31 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.14 |
| HSL | 108.57º | 0.75% | 0.49% | - |
| HSV(B) | 108.57º | 0.86% | 0.86% | - |
| XYZ | 28.16 | 52.48 | 9.94 | - |
| YUV | 152.71 | 59.31 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 31 | 0.70 | 0 | 0.86 | 0.14 | 108.57 | 0.75 | 0.49 |
| Hex | 43 | DC | 1F | 46 | 0 | 56 | E | 6D | 4B | 31 |
| Octal | 103 | 334 | 37 | 106 | 0 | 126 | 16 | 155 | 113 | 61 |
| Binary | 1000011 | 11011100 | 11111 | 1000110 | 0 | 1010110 | 1110 | 1101101 | 1001011 | 110001 |
Color Harmonies of #43DC1F
Complementary color
Monochromatic Colors of #43DC1F
Black with #43DC1F
Text Example
Text Example
White with #43DC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DC1F; }
p { color: rgb(67,220,31); }
H1.HeaderClassName
{
color: #43DC1F;
}
.AnyTagClassName
{
color: #43DC1F;
}
</style>
background-color css
<style>
a { background-color: #43DC1F; }
a { background-color: rgb(67,220,31); }
div.DivClassName
{
background-color: #43DC1F;
}
.BgClassName
{
background-color: #43DC1F;
}
</style>
border-color css
<style>
span { border-color: #43DC1F; }
span { border-color: rgb(67,220,31); }
td.TdClassName
{
border-color: #43DC1F;
}
.TagClassName
{
border-color: #43DC1F;
}
</style>