Shades of Lime Green #38C825
Tints of Lime Green #38C825
RGB
CMYK
RGB Variations
Color information
#38C825 (or 0x38C825) is known color: Lime Green. HEX triplet: 38, C8 and 25. RGB value is (56,200,37). Sum of RGB (Red+Green+Blue) = 56+200+37=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 200 (78.52% from 255 or 68.26% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 200 - color contains mainly: green. Hex color #38C825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C825 is #C737DA. Grayscale: #8A8A8A. Windows color (decimal): -13055963 or 2476088. OLE color: 2476088.
HSL color Cylindrical-coordinate representation of color #38C825: hue angle of 113.01º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38C825 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 200 | 37 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.22 |
| HSL | 113.01º | 0.69% | 0.46% | - |
| HSV(B) | 113.01º | 0.82% | 0.78% | - |
| XYZ | 22.62 | 42.28 | 8.72 | - |
| YUV | 138.36 | 70.79 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 200 | 37 | 0.72 | 0 | 0.82 | 0.22 | 113.01 | 0.69 | 0.46 |
| Hex | 38 | C8 | 25 | 48 | 0 | 52 | 16 | 71 | 45 | 2E |
| Octal | 70 | 310 | 45 | 110 | 0 | 122 | 26 | 161 | 105 | 56 |
| Binary | 111000 | 11001000 | 100101 | 1001000 | 0 | 1010010 | 10110 | 1110001 | 1000101 | 101110 |
Color Harmonies of #38C825
Complementary color
Monochromatic Colors of #38C825
Black with #38C825
Text Example
Text Example
White with #38C825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C825; }
p { color: rgb(56,200,37); }
H1.HeaderClassName
{
color: #38C825;
}
.AnyTagClassName
{
color: #38C825;
}
</style>
background-color css
<style>
a { background-color: #38C825; }
a { background-color: rgb(56,200,37); }
div.DivClassName
{
background-color: #38C825;
}
.BgClassName
{
background-color: #38C825;
}
</style>
border-color css
<style>
span { border-color: #38C825; }
span { border-color: rgb(56,200,37); }
td.TdClassName
{
border-color: #38C825;
}
.TagClassName
{
border-color: #38C825;
}
</style>