Shades of Lime Green #38C83C
Tints of Lime Green #38C83C
RGB
CMYK
RGB Variations
Color information
#38C83C (or 0x38C83C) is known color: Lime Green. HEX triplet: 38, C8 and 3C. RGB value is (56,200,60). Sum of RGB (Red+Green+Blue) = 56+200+60=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 200 (78.52% from 255 or 63.29% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 200 - color contains mainly: green. Hex color #38C83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C83C is #C737C3. Grayscale: #8D8D8D. Windows color (decimal): -13055940 or 3983416. OLE color: 3983416.
HSL color Cylindrical-coordinate representation of color #38C83C: hue angle of 121.67º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C83C is Cyan = 0.72, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 200 | 60 | - |
| CMYK | 0.72 | 0 | 0.7 | 0.22 |
| HSL | 121.67º | 0.57% | 0.5% | - |
| HSV(B) | 121.67º | 0.72% | 0.78% | - |
| XYZ | 23.1 | 42.48 | 11.26 | - |
| YUV | 140.98 | 82.29 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 200 | 60 | 0.72 | 0 | 0.7 | 0.22 | 121.67 | 0.57 | 0.5 |
| Hex | 38 | C8 | 3C | 48 | 0 | 46 | 16 | 7A | 39 | 32 |
| Octal | 70 | 310 | 74 | 110 | 0 | 106 | 26 | 172 | 71 | 62 |
| Binary | 111000 | 11001000 | 111100 | 1001000 | 0 | 1000110 | 10110 | 1111010 | 111001 | 110010 |
Color Harmonies of #38C83C
Complementary color
Monochromatic Colors of #38C83C
Black with #38C83C
Text Example
Text Example
White with #38C83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C83C; }
p { color: rgb(56,200,60); }
H1.HeaderClassName
{
color: #38C83C;
}
.AnyTagClassName
{
color: #38C83C;
}
</style>
background-color css
<style>
a { background-color: #38C83C; }
a { background-color: rgb(56,200,60); }
div.DivClassName
{
background-color: #38C83C;
}
.BgClassName
{
background-color: #38C83C;
}
</style>
border-color css
<style>
span { border-color: #38C83C; }
span { border-color: rgb(56,200,60); }
td.TdClassName
{
border-color: #38C83C;
}
.TagClassName
{
border-color: #38C83C;
}
</style>