Shades of Lime Green #27C838
Tints of Lime Green #27C838
RGB
CMYK
RGB Variations
Color information
#27C838 (or 0x27C838) is known color: Lime Green. HEX triplet: 27, C8 and 38. RGB value is (39,200,56). Sum of RGB (Red+Green+Blue) = 39+200+56=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 200 (78.52% from 255 or 67.80% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 200 - color contains mainly: green. Hex color #27C838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C838 is #D837C7. Grayscale: #878787. Windows color (decimal): -14170056 or 3721255. OLE color: 3721255.
HSL color Cylindrical-coordinate representation of color #27C838: hue angle of 126.34º 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 #27C838 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 200 | 56 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.22 |
| HSL | 126.34º | 0.67% | 0.47% | - |
| HSV(B) | 126.34º | 0.81% | 0.78% | - |
| XYZ | 22.2 | 42.03 | 10.68 | - |
| YUV | 135.45 | 83.16 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 200 | 56 | 0.80 | 0 | 0.72 | 0.22 | 126.34 | 0.67 | 0.47 |
| Hex | 27 | C8 | 38 | 50 | 0 | 48 | 16 | 7E | 43 | 2F |
| Octal | 47 | 310 | 70 | 120 | 0 | 110 | 26 | 176 | 103 | 57 |
| Binary | 100111 | 11001000 | 111000 | 1010000 | 0 | 1001000 | 10110 | 1111110 | 1000011 | 101111 |
Color Harmonies of #27C838
Complementary color
Monochromatic Colors of #27C838
Black with #27C838
Text Example
Text Example
White with #27C838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C838; }
p { color: rgb(39,200,56); }
H1.HeaderClassName
{
color: #27C838;
}
.AnyTagClassName
{
color: #27C838;
}
</style>
background-color css
<style>
a { background-color: #27C838; }
a { background-color: rgb(39,200,56); }
div.DivClassName
{
background-color: #27C838;
}
.BgClassName
{
background-color: #27C838;
}
</style>
border-color css
<style>
span { border-color: #27C838; }
span { border-color: rgb(39,200,56); }
td.TdClassName
{
border-color: #27C838;
}
.TagClassName
{
border-color: #27C838;
}
</style>