Shades of Lime Green #38C942
Tints of Lime Green #38C942
RGB
CMYK
RGB Variations
Color information
#38C942 (or 0x38C942) is known color: Lime Green. HEX triplet: 38, C9 and 42. RGB value is (56,201,66). Sum of RGB (Red+Green+Blue) = 56+201+66=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #38C942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C942 is #C736BD. Grayscale: #8E8E8E. Windows color (decimal): -13055678 or 4376888. OLE color: 4376888.
HSL color Cylindrical-coordinate representation of color #38C942: hue angle of 124.14º 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 #38C942 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 201 | 66 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.21 |
| HSL | 124.14º | 0.57% | 0.5% | - |
| HSV(B) | 124.14º | 0.72% | 0.79% | - |
| XYZ | 23.5 | 43.01 | 12.22 | - |
| YUV | 142.26 | 84.96 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 201 | 66 | 0.72 | 0 | 0.67 | 0.21 | 124.14 | 0.57 | 0.5 |
| Hex | 38 | C9 | 42 | 48 | 0 | 43 | 15 | 7C | 39 | 32 |
| Octal | 70 | 311 | 102 | 110 | 0 | 103 | 25 | 174 | 71 | 62 |
| Binary | 111000 | 11001001 | 1000010 | 1001000 | 0 | 1000011 | 10101 | 1111100 | 111001 | 110010 |
Color Harmonies of #38C942
Complementary color
Monochromatic Colors of #38C942
Black with #38C942
Text Example
Text Example
White with #38C942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C942; }
p { color: rgb(56,201,66); }
H1.HeaderClassName
{
color: #38C942;
}
.AnyTagClassName
{
color: #38C942;
}
</style>
background-color css
<style>
a { background-color: #38C942; }
a { background-color: rgb(56,201,66); }
div.DivClassName
{
background-color: #38C942;
}
.BgClassName
{
background-color: #38C942;
}
</style>
border-color css
<style>
span { border-color: #38C942; }
span { border-color: rgb(56,201,66); }
td.TdClassName
{
border-color: #38C942;
}
.TagClassName
{
border-color: #38C942;
}
</style>