Shades of Lime Green #38C829
Tints of Lime Green #38C829
RGB
CMYK
RGB Variations
Color information
#38C829 (or 0x38C829) is known color: Lime Green. HEX triplet: 38, C8 and 29. RGB value is (56,200,41). Sum of RGB (Red+Green+Blue) = 56+200+41=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 200 (78.52% from 255 or 67.34% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 200 - color contains mainly: green. Hex color #38C829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C829 is #C737D6. Grayscale: #8B8B8B. Windows color (decimal): -13055959 or 2738232. OLE color: 2738232.
HSL color Cylindrical-coordinate representation of color #38C829: hue angle of 114.34º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38C829 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 200 | 41 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.22 |
| HSL | 114.34º | 0.66% | 0.47% | - |
| HSV(B) | 114.34º | 0.8% | 0.78% | - |
| XYZ | 22.69 | 42.31 | 9.07 | - |
| YUV | 138.82 | 72.79 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 200 | 41 | 0.72 | 0 | 0.80 | 0.22 | 114.34 | 0.66 | 0.47 |
| Hex | 38 | C8 | 29 | 48 | 0 | 50 | 16 | 72 | 42 | 2F |
| Octal | 70 | 310 | 51 | 110 | 0 | 120 | 26 | 162 | 102 | 57 |
| Binary | 111000 | 11001000 | 101001 | 1001000 | 0 | 1010000 | 10110 | 1110010 | 1000010 | 101111 |
Color Harmonies of #38C829
Complementary color
Monochromatic Colors of #38C829
Black with #38C829
Text Example
Text Example
White with #38C829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C829; }
p { color: rgb(56,200,41); }
H1.HeaderClassName
{
color: #38C829;
}
.AnyTagClassName
{
color: #38C829;
}
</style>
background-color css
<style>
a { background-color: #38C829; }
a { background-color: rgb(56,200,41); }
div.DivClassName
{
background-color: #38C829;
}
.BgClassName
{
background-color: #38C829;
}
</style>
border-color css
<style>
span { border-color: #38C829; }
span { border-color: rgb(56,200,41); }
td.TdClassName
{
border-color: #38C829;
}
.TagClassName
{
border-color: #38C829;
}
</style>