Shades of Lime Green #27FE3C
Tints of Lime Green #27FE3C
RGB
CMYK
RGB Variations
Color information
#27FE3C (or 0x27FE3C) is known color: Lime Green. HEX triplet: 27, FE and 3C. RGB value is (39,254,60). Sum of RGB (Red+Green+Blue) = 39+254+60=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 254 (99.61% from 255 or 71.95% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 254 - color contains mainly: green. Hex color #27FE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FE3C is #D801C3. Grayscale: #A8A8A8. Windows color (decimal): -14156228 or 3997223. OLE color: 3997223.
HSL color Cylindrical-coordinate representation of color #27FE3C: hue angle of 125.86º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FE3C is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 60 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.00 |
| HSL | 125.86º | 0.99% | 0.57% | - |
| HSV(B) | 125.86º | 0.85% | 1% | - |
| XYZ | 37.09 | 71.64 | 16.15 | - |
| YUV | 167.6 | 67.27 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 60 | 0.85 | 0 | 0.76 | 0.00 | 125.86 | 0.99 | 0.57 |
| Hex | 27 | FE | 3C | 55 | 0 | 4C | 0 | 7E | 63 | 39 |
| Octal | 47 | 376 | 74 | 125 | 0 | 114 | 0 | 176 | 143 | 71 |
| Binary | 100111 | 11111110 | 111100 | 1010101 | 0 | 1001100 | 0 | 1111110 | 1100011 | 111001 |
Color Harmonies of #27FE3C
Complementary color
Monochromatic Colors of #27FE3C
Black with #27FE3C
Text Example
Text Example
White with #27FE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FE3C; }
p { color: rgb(39,254,60); }
H1.HeaderClassName
{
color: #27FE3C;
}
.AnyTagClassName
{
color: #27FE3C;
}
</style>
background-color css
<style>
a { background-color: #27FE3C; }
a { background-color: rgb(39,254,60); }
div.DivClassName
{
background-color: #27FE3C;
}
.BgClassName
{
background-color: #27FE3C;
}
</style>
border-color css
<style>
span { border-color: #27FE3C; }
span { border-color: rgb(39,254,60); }
td.TdClassName
{
border-color: #27FE3C;
}
.TagClassName
{
border-color: #27FE3C;
}
</style>