Shades of Lime Green #43E01C
Tints of Lime Green #43E01C
RGB
CMYK
RGB Variations
Color information
#43E01C (or 0x43E01C) is known color: Lime Green. HEX triplet: 43, E0 and 1C. RGB value is (67,224,28). Sum of RGB (Red+Green+Blue) = 67+224+28=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 224 (87.89% from 255 or 70.22% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 224 - color contains mainly: green. Hex color #43E01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E01C is #BC1FE3. Grayscale: #9B9B9B. Windows color (decimal): -12328932 or 1892419. OLE color: 1892419.
HSL color Cylindrical-coordinate representation of color #43E01C: hue angle of 108.06º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43E01C is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 224 | 28 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.12 |
| HSL | 108.06º | 0.78% | 0.49% | - |
| HSV(B) | 108.06º | 0.88% | 0.88% | - |
| XYZ | 29.18 | 54.59 | 10.1 | - |
| YUV | 154.71 | 56.49 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 224 | 28 | 0.70 | 0 | 0.88 | 0.12 | 108.06 | 0.78 | 0.49 |
| Hex | 43 | E0 | 1C | 46 | 0 | 58 | C | 6C | 4E | 31 |
| Octal | 103 | 340 | 34 | 106 | 0 | 130 | 14 | 154 | 116 | 61 |
| Binary | 1000011 | 11100000 | 11100 | 1000110 | 0 | 1011000 | 1100 | 1101100 | 1001110 | 110001 |
Color Harmonies of #43E01C
Complementary color
Monochromatic Colors of #43E01C
Black with #43E01C
Text Example
Text Example
White with #43E01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E01C; }
p { color: rgb(67,224,28); }
H1.HeaderClassName
{
color: #43E01C;
}
.AnyTagClassName
{
color: #43E01C;
}
</style>
background-color css
<style>
a { background-color: #43E01C; }
a { background-color: rgb(67,224,28); }
div.DivClassName
{
background-color: #43E01C;
}
.BgClassName
{
background-color: #43E01C;
}
</style>
border-color css
<style>
span { border-color: #43E01C; }
span { border-color: rgb(67,224,28); }
td.TdClassName
{
border-color: #43E01C;
}
.TagClassName
{
border-color: #43E01C;
}
</style>