Shades of Lime Green #27CB3A
Tints of Lime Green #27CB3A
RGB
CMYK
RGB Variations
Color information
#27CB3A (or 0x27CB3A) is known color: Lime Green. HEX triplet: 27, CB and 3A. RGB value is (39,203,58). Sum of RGB (Red+Green+Blue) = 39+203+58=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 203 (79.69% from 255 or 67.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 203 - color contains mainly: green. Hex color #27CB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CB3A is #D834C5. Grayscale: #898989. Windows color (decimal): -14169286 or 3853095. OLE color: 3853095.
HSL color Cylindrical-coordinate representation of color #27CB3A: hue angle of 126.95º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CB3A is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 203 | 58 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.20 |
| HSL | 126.95º | 0.68% | 0.47% | - |
| HSV(B) | 126.95º | 0.81% | 0.8% | - |
| XYZ | 22.96 | 43.45 | 11.18 | - |
| YUV | 137.43 | 83.17 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 203 | 58 | 0.81 | 0 | 0.71 | 0.20 | 126.95 | 0.68 | 0.47 |
| Hex | 27 | CB | 3A | 51 | 0 | 47 | 14 | 7F | 44 | 2F |
| Octal | 47 | 313 | 72 | 121 | 0 | 107 | 24 | 177 | 104 | 57 |
| Binary | 100111 | 11001011 | 111010 | 1010001 | 0 | 1000111 | 10100 | 1111111 | 1000100 | 101111 |
Color Harmonies of #27CB3A
Complementary color
Monochromatic Colors of #27CB3A
Black with #27CB3A
Text Example
Text Example
White with #27CB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CB3A; }
p { color: rgb(39,203,58); }
H1.HeaderClassName
{
color: #27CB3A;
}
.AnyTagClassName
{
color: #27CB3A;
}
</style>
background-color css
<style>
a { background-color: #27CB3A; }
a { background-color: rgb(39,203,58); }
div.DivClassName
{
background-color: #27CB3A;
}
.BgClassName
{
background-color: #27CB3A;
}
</style>
border-color css
<style>
span { border-color: #27CB3A; }
span { border-color: rgb(39,203,58); }
td.TdClassName
{
border-color: #27CB3A;
}
.TagClassName
{
border-color: #27CB3A;
}
</style>