Shades of Lime Green #20E430
Tints of Lime Green #20E430
RGB
CMYK
RGB Variations
Color information
#20E430 (or 0x20E430) is known color: Lime Green. HEX triplet: 20, E4 and 30. RGB value is (32,228,48). Sum of RGB (Red+Green+Blue) = 32+228+48=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 228 (89.45% from 255 or 74.03% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 228 - color contains mainly: green. Hex color #20E430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E430 is #DF1BCF. Grayscale: #959595. Windows color (decimal): -14621648 or 3204128. OLE color: 3204128.
HSL color Cylindrical-coordinate representation of color #20E430: hue angle of 124.9º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E430 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 228 | 48 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.11 |
| HSL | 124.9º | 0.78% | 0.51% | - |
| HSV(B) | 124.9º | 0.86% | 0.89% | - |
| XYZ | 28.87 | 56.01 | 12.09 | - |
| YUV | 148.88 | 71.07 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 228 | 48 | 0.86 | 0 | 0.79 | 0.11 | 124.9 | 0.78 | 0.51 |
| Hex | 20 | E4 | 30 | 56 | 0 | 4F | B | 7D | 4E | 33 |
| Octal | 40 | 344 | 60 | 126 | 0 | 117 | 13 | 175 | 116 | 63 |
| Binary | 100000 | 11100100 | 110000 | 1010110 | 0 | 1001111 | 1011 | 1111101 | 1001110 | 110011 |
Color Harmonies of #20E430
Complementary color
Monochromatic Colors of #20E430
Black with #20E430
Text Example
Text Example
White with #20E430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E430; }
p { color: rgb(32,228,48); }
H1.HeaderClassName
{
color: #20E430;
}
.AnyTagClassName
{
color: #20E430;
}
</style>
background-color css
<style>
a { background-color: #20E430; }
a { background-color: rgb(32,228,48); }
div.DivClassName
{
background-color: #20E430;
}
.BgClassName
{
background-color: #20E430;
}
</style>
border-color css
<style>
span { border-color: #20E430; }
span { border-color: rgb(32,228,48); }
td.TdClassName
{
border-color: #20E430;
}
.TagClassName
{
border-color: #20E430;
}
</style>