Shades of Lime Green #27FF3E
Tints of Lime Green #27FF3E
RGB
CMYK
RGB Variations
Color information
#27FF3E (or 0x27FF3E) is known color: Lime Green. HEX triplet: 27, FF and 3E. RGB value is (39,255,62). Sum of RGB (Red+Green+Blue) = 39+255+62=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FF3E is #D800C1. Grayscale: #A8A8A8. Windows color (decimal): -14155970 or 4128551. OLE color: 4128551.
HSL color Cylindrical-coordinate representation of color #27FF3E: hue angle of 126.39º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FF3E is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 62 | - |
| CMYK | 0.85 | 0 | 0.76 | 0 |
| HSL | 126.39º | 1% | 0.58% | - |
| HSV(B) | 126.39º | 0.85% | 1% | - |
| XYZ | 37.47 | 72.3 | 16.54 | - |
| YUV | 168.41 | 67.94 | 35.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 62 | 0.85 | 0 | 0.76 | 0 | 126.39 | 1 | 0.58 |
| Hex | 27 | FF | 3E | 55 | 0 | 4C | 0 | 7E | 64 | 3A |
| Octal | 47 | 377 | 76 | 125 | 0 | 114 | 0 | 176 | 144 | 72 |
| Binary | 100111 | 11111111 | 111110 | 1010101 | 0 | 1001100 | 0 | 1111110 | 1100100 | 111010 |
Color Harmonies of #27FF3E
Complementary color
Monochromatic Colors of #27FF3E
Black with #27FF3E
Text Example
Text Example
White with #27FF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF3E; }
p { color: rgb(39,255,62); }
H1.HeaderClassName
{
color: #27FF3E;
}
.AnyTagClassName
{
color: #27FF3E;
}
</style>
background-color css
<style>
a { background-color: #27FF3E; }
a { background-color: rgb(39,255,62); }
div.DivClassName
{
background-color: #27FF3E;
}
.BgClassName
{
background-color: #27FF3E;
}
</style>
border-color css
<style>
span { border-color: #27FF3E; }
span { border-color: rgb(39,255,62); }
td.TdClassName
{
border-color: #27FF3E;
}
.TagClassName
{
border-color: #27FF3E;
}
</style>