Shades of Lime Green #40BC30
Tints of Lime Green #40BC30
RGB
CMYK
RGB Variations
Color information
#40BC30 (or 0x40BC30) is known color: Lime Green. HEX triplet: 40, BC and 30. RGB value is (64,188,48). Sum of RGB (Red+Green+Blue) = 64+188+48=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC30 is #BF43CF. Grayscale: #878787. Windows color (decimal): -12534736 or 3193920. OLE color: 3193920.
HSL color Cylindrical-coordinate representation of color #40BC30: hue angle of 113.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40BC30 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 48 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.26 |
| HSL | 113.14º | 0.59% | 0.46% | - |
| HSV(B) | 113.14º | 0.74% | 0.74% | - |
| XYZ | 20.63 | 37.27 | 8.9 | - |
| YUV | 134.96 | 78.92 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 48 | 0.66 | 0 | 0.74 | 0.26 | 113.14 | 0.59 | 0.46 |
| Hex | 40 | BC | 30 | 42 | 0 | 4A | 1A | 71 | 3B | 2E |
| Octal | 100 | 274 | 60 | 102 | 0 | 112 | 32 | 161 | 73 | 56 |
| Binary | 1000000 | 10111100 | 110000 | 1000010 | 0 | 1001010 | 11010 | 1110001 | 111011 | 101110 |
Color Harmonies of #40BC30
Complementary color
Monochromatic Colors of #40BC30
Black with #40BC30
Text Example
Text Example
White with #40BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC30; }
p { color: rgb(64,188,48); }
H1.HeaderClassName
{
color: #40BC30;
}
.AnyTagClassName
{
color: #40BC30;
}
</style>
background-color css
<style>
a { background-color: #40BC30; }
a { background-color: rgb(64,188,48); }
div.DivClassName
{
background-color: #40BC30;
}
.BgClassName
{
background-color: #40BC30;
}
</style>
border-color css
<style>
span { border-color: #40BC30; }
span { border-color: rgb(64,188,48); }
td.TdClassName
{
border-color: #40BC30;
}
.TagClassName
{
border-color: #40BC30;
}
</style>