Shades of Lime Green #38C940
Tints of Lime Green #38C940
RGB
CMYK
RGB Variations
Color information
#38C940 (or 0x38C940) is known color: Lime Green. HEX triplet: 38, C9 and 40. RGB value is (56,201,64). Sum of RGB (Red+Green+Blue) = 56+201+64=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #38C940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C940 is #C736BF. Grayscale: #8E8E8E. Windows color (decimal): -13055680 or 4245816. OLE color: 4245816.
HSL color Cylindrical-coordinate representation of color #38C940: hue angle of 123.31º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C940 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 201 | 64 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.21 |
| HSL | 123.31º | 0.57% | 0.5% | - |
| HSV(B) | 123.31º | 0.72% | 0.79% | - |
| XYZ | 23.44 | 42.98 | 11.91 | - |
| YUV | 142.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 201 | 64 | 0.72 | 0 | 0.68 | 0.21 | 123.31 | 0.57 | 0.5 |
| Hex | 38 | C9 | 40 | 48 | 0 | 44 | 15 | 7B | 39 | 32 |
| Octal | 70 | 311 | 100 | 110 | 0 | 104 | 25 | 173 | 71 | 62 |
| Binary | 111000 | 11001001 | 1000000 | 1001000 | 0 | 1000100 | 10101 | 1111011 | 111001 | 110010 |
Color Harmonies of #38C940
Complementary color
Monochromatic Colors of #38C940
Black with #38C940
Text Example
Text Example
White with #38C940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C940; }
p { color: rgb(56,201,64); }
H1.HeaderClassName
{
color: #38C940;
}
.AnyTagClassName
{
color: #38C940;
}
</style>
background-color css
<style>
a { background-color: #38C940; }
a { background-color: rgb(56,201,64); }
div.DivClassName
{
background-color: #38C940;
}
.BgClassName
{
background-color: #38C940;
}
</style>
border-color css
<style>
span { border-color: #38C940; }
span { border-color: rgb(56,201,64); }
td.TdClassName
{
border-color: #38C940;
}
.TagClassName
{
border-color: #38C940;
}
</style>