Shades of Lime Green #38C827
Tints of Lime Green #38C827
RGB
CMYK
RGB Variations
Color information
#38C827 (or 0x38C827) is known color: Lime Green. HEX triplet: 38, C8 and 27. RGB value is (56,200,39). Sum of RGB (Red+Green+Blue) = 56+200+39=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 200 (78.52% from 255 or 67.80% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 200 - color contains mainly: green. Hex color #38C827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C827 is #C737D8. Grayscale: #8B8B8B. Windows color (decimal): -13055961 or 2607160. OLE color: 2607160.
HSL color Cylindrical-coordinate representation of color #38C827: hue angle of 113.66º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38C827 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 200 | 39 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.22 |
| HSL | 113.66º | 0.67% | 0.47% | - |
| HSV(B) | 113.66º | 0.81% | 0.78% | - |
| XYZ | 22.65 | 42.3 | 8.89 | - |
| YUV | 138.59 | 71.79 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 200 | 39 | 0.72 | 0 | 0.80 | 0.22 | 113.66 | 0.67 | 0.47 |
| Hex | 38 | C8 | 27 | 48 | 0 | 50 | 16 | 72 | 43 | 2F |
| Octal | 70 | 310 | 47 | 110 | 0 | 120 | 26 | 162 | 103 | 57 |
| Binary | 111000 | 11001000 | 100111 | 1001000 | 0 | 1010000 | 10110 | 1110010 | 1000011 | 101111 |
Color Harmonies of #38C827
Complementary color
Monochromatic Colors of #38C827
Black with #38C827
Text Example
Text Example
White with #38C827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C827; }
p { color: rgb(56,200,39); }
H1.HeaderClassName
{
color: #38C827;
}
.AnyTagClassName
{
color: #38C827;
}
</style>
background-color css
<style>
a { background-color: #38C827; }
a { background-color: rgb(56,200,39); }
div.DivClassName
{
background-color: #38C827;
}
.BgClassName
{
background-color: #38C827;
}
</style>
border-color css
<style>
span { border-color: #38C827; }
span { border-color: rgb(56,200,39); }
td.TdClassName
{
border-color: #38C827;
}
.TagClassName
{
border-color: #38C827;
}
</style>