Shades of Lime Green #38C635
Tints of Lime Green #38C635
RGB
CMYK
RGB Variations
Color information
#38C635 (or 0x38C635) is known color: Lime Green. HEX triplet: 38, C6 and 35. RGB value is (56,198,53). Sum of RGB (Red+Green+Blue) = 56+198+53=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 198 (77.73% from 255 or 64.50% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 198 - color contains mainly: green. Hex color #38C635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C635 is #C739CA. Grayscale: #8B8B8B. Windows color (decimal): -13056459 or 3524152. OLE color: 3524152.
HSL color Cylindrical-coordinate representation of color #38C635: hue angle of 118.76º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38C635 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 198 | 53 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.22 |
| HSL | 118.76º | 0.58% | 0.49% | - |
| HSV(B) | 118.76º | 0.73% | 0.78% | - |
| XYZ | 22.47 | 41.49 | 10.19 | - |
| YUV | 139.01 | 79.46 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 198 | 53 | 0.72 | 0 | 0.73 | 0.22 | 118.76 | 0.58 | 0.49 |
| Hex | 38 | C6 | 35 | 48 | 0 | 49 | 16 | 77 | 3A | 31 |
| Octal | 70 | 306 | 65 | 110 | 0 | 111 | 26 | 167 | 72 | 61 |
| Binary | 111000 | 11000110 | 110101 | 1001000 | 0 | 1001001 | 10110 | 1110111 | 111010 | 110001 |
Color Harmonies of #38C635
Complementary color
Monochromatic Colors of #38C635
Black with #38C635
Text Example
Text Example
White with #38C635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C635; }
p { color: rgb(56,198,53); }
H1.HeaderClassName
{
color: #38C635;
}
.AnyTagClassName
{
color: #38C635;
}
</style>
background-color css
<style>
a { background-color: #38C635; }
a { background-color: rgb(56,198,53); }
div.DivClassName
{
background-color: #38C635;
}
.BgClassName
{
background-color: #38C635;
}
</style>
border-color css
<style>
span { border-color: #38C635; }
span { border-color: rgb(56,198,53); }
td.TdClassName
{
border-color: #38C635;
}
.TagClassName
{
border-color: #38C635;
}
</style>