Shades of Lime Green #38C340
Tints of Lime Green #38C340
RGB
CMYK
RGB Variations
Color information
#38C340 (or 0x38C340) is known color: Lime Green. HEX triplet: 38, C3 and 40. RGB value is (56,195,64). Sum of RGB (Red+Green+Blue) = 56+195+64=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #38C340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C340 is #C73CBF. Grayscale: #8A8A8A. Windows color (decimal): -13057216 or 4244280. OLE color: 4244280.
HSL color Cylindrical-coordinate representation of color #38C340: hue angle of 123.45º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C340 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 195 | 64 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.24 |
| HSL | 123.45º | 0.55% | 0.49% | - |
| HSV(B) | 123.45º | 0.71% | 0.76% | - |
| XYZ | 22.07 | 40.24 | 11.45 | - |
| YUV | 138.51 | 85.95 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 195 | 64 | 0.71 | 0 | 0.67 | 0.24 | 123.45 | 0.55 | 0.49 |
| Hex | 38 | C3 | 40 | 47 | 0 | 43 | 18 | 7B | 37 | 31 |
| Octal | 70 | 303 | 100 | 107 | 0 | 103 | 30 | 173 | 67 | 61 |
| Binary | 111000 | 11000011 | 1000000 | 1000111 | 0 | 1000011 | 11000 | 1111011 | 110111 | 110001 |
Color Harmonies of #38C340
Complementary color
Monochromatic Colors of #38C340
Black with #38C340
Text Example
Text Example
White with #38C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C340; }
p { color: rgb(56,195,64); }
H1.HeaderClassName
{
color: #38C340;
}
.AnyTagClassName
{
color: #38C340;
}
</style>
background-color css
<style>
a { background-color: #38C340; }
a { background-color: rgb(56,195,64); }
div.DivClassName
{
background-color: #38C340;
}
.BgClassName
{
background-color: #38C340;
}
</style>
border-color css
<style>
span { border-color: #38C340; }
span { border-color: rgb(56,195,64); }
td.TdClassName
{
border-color: #38C340;
}
.TagClassName
{
border-color: #38C340;
}
</style>