Shades of Lime Green #27FC3C
Tints of Lime Green #27FC3C
RGB
CMYK
RGB Variations
Color information
#27FC3C (or 0x27FC3C) is known color: Lime Green. HEX triplet: 27, FC and 3C. RGB value is (39,252,60). Sum of RGB (Red+Green+Blue) = 39+252+60=351 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.11% from 351); Green value is 252 (98.83% from 255 or 71.79% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 252 - color contains mainly: green. Hex color #27FC3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FC3C is #D803C3. Grayscale: #A6A6A6. Windows color (decimal): -14156740 or 3996711. OLE color: 3996711.
HSL color Cylindrical-coordinate representation of color #27FC3C: hue angle of 125.92º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FC3C is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 252 | 60 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.01 |
| HSL | 125.92º | 0.97% | 0.57% | - |
| HSV(B) | 125.92º | 0.85% | 0.99% | - |
| XYZ | 36.46 | 70.38 | 15.94 | - |
| YUV | 166.43 | 67.93 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 252 | 60 | 0.85 | 0 | 0.76 | 0.01 | 125.92 | 0.97 | 0.57 |
| Hex | 27 | FC | 3C | 55 | 0 | 4C | 1 | 7E | 61 | 39 |
| Octal | 47 | 374 | 74 | 125 | 0 | 114 | 1 | 176 | 141 | 71 |
| Binary | 100111 | 11111100 | 111100 | 1010101 | 0 | 1001100 | 1 | 1111110 | 1100001 | 111001 |
Color Harmonies of #27FC3C
Complementary color
Monochromatic Colors of #27FC3C
Black with #27FC3C
Text Example
Text Example
White with #27FC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FC3C; }
p { color: rgb(39,252,60); }
H1.HeaderClassName
{
color: #27FC3C;
}
.AnyTagClassName
{
color: #27FC3C;
}
</style>
background-color css
<style>
a { background-color: #27FC3C; }
a { background-color: rgb(39,252,60); }
div.DivClassName
{
background-color: #27FC3C;
}
.BgClassName
{
background-color: #27FC3C;
}
</style>
border-color css
<style>
span { border-color: #27FC3C; }
span { border-color: rgb(39,252,60); }
td.TdClassName
{
border-color: #27FC3C;
}
.TagClassName
{
border-color: #27FC3C;
}
</style>