Shades of Lime Green #38C63F
Tints of Lime Green #38C63F
RGB
CMYK
RGB Variations
Color information
#38C63F (or 0x38C63F) is known color: Lime Green. HEX triplet: 38, C6 and 3F. RGB value is (56,198,63). Sum of RGB (Red+Green+Blue) = 56+198+63=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 198 (77.73% from 255 or 62.46% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 198 - color contains mainly: green. Hex color #38C63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C63F is #C739C0. Grayscale: #8C8C8C. Windows color (decimal): -13056449 or 4179512. OLE color: 4179512.
HSL color Cylindrical-coordinate representation of color #38C63F: hue angle of 122.96º degrees, saturation: 0.56, 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 #38C63F is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 198 | 63 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.22 |
| HSL | 122.96º | 0.56% | 0.5% | - |
| HSV(B) | 122.96º | 0.72% | 0.78% | - |
| XYZ | 22.72 | 41.59 | 11.53 | - |
| YUV | 140.15 | 84.46 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 198 | 63 | 0.72 | 0 | 0.68 | 0.22 | 122.96 | 0.56 | 0.5 |
| Hex | 38 | C6 | 3F | 48 | 0 | 44 | 16 | 7B | 38 | 32 |
| Octal | 70 | 306 | 77 | 110 | 0 | 104 | 26 | 173 | 70 | 62 |
| Binary | 111000 | 11000110 | 111111 | 1001000 | 0 | 1000100 | 10110 | 1111011 | 111000 | 110010 |
Color Harmonies of #38C63F
Complementary color
Monochromatic Colors of #38C63F
Black with #38C63F
Text Example
Text Example
White with #38C63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C63F; }
p { color: rgb(56,198,63); }
H1.HeaderClassName
{
color: #38C63F;
}
.AnyTagClassName
{
color: #38C63F;
}
</style>
background-color css
<style>
a { background-color: #38C63F; }
a { background-color: rgb(56,198,63); }
div.DivClassName
{
background-color: #38C63F;
}
.BgClassName
{
background-color: #38C63F;
}
</style>
border-color css
<style>
span { border-color: #38C63F; }
span { border-color: rgb(56,198,63); }
td.TdClassName
{
border-color: #38C63F;
}
.TagClassName
{
border-color: #38C63F;
}
</style>