Shades of Lime Green #27FA3C
Tints of Lime Green #27FA3C
RGB
CMYK
RGB Variations
Color information
#27FA3C (or 0x27FA3C) is known color: Lime Green. HEX triplet: 27, FA and 3C. RGB value is (39,250,60). Sum of RGB (Red+Green+Blue) = 39+250+60=349 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.17% from 349); Green value is 250 (98.05% from 255 or 71.63% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 250 - color contains mainly: green. Hex color #27FA3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FA3C is #D805C3. Grayscale: #A5A5A5. Windows color (decimal): -14157252 or 3996199. OLE color: 3996199.
HSL color Cylindrical-coordinate representation of color #27FA3C: hue angle of 125.97º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27FA3C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 250 | 60 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.02 |
| HSL | 125.97º | 0.95% | 0.57% | - |
| HSV(B) | 125.97º | 0.84% | 0.98% | - |
| XYZ | 35.84 | 69.13 | 15.73 | - |
| YUV | 165.25 | 68.6 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 250 | 60 | 0.84 | 0 | 0.76 | 0.02 | 125.97 | 0.95 | 0.57 |
| Hex | 27 | FA | 3C | 54 | 0 | 4C | 2 | 7E | 5F | 39 |
| Octal | 47 | 372 | 74 | 124 | 0 | 114 | 2 | 176 | 137 | 71 |
| Binary | 100111 | 11111010 | 111100 | 1010100 | 0 | 1001100 | 10 | 1111110 | 1011111 | 111001 |
Color Harmonies of #27FA3C
Complementary color
Monochromatic Colors of #27FA3C
Black with #27FA3C
Text Example
Text Example
White with #27FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FA3C; }
p { color: rgb(39,250,60); }
H1.HeaderClassName
{
color: #27FA3C;
}
.AnyTagClassName
{
color: #27FA3C;
}
</style>
background-color css
<style>
a { background-color: #27FA3C; }
a { background-color: rgb(39,250,60); }
div.DivClassName
{
background-color: #27FA3C;
}
.BgClassName
{
background-color: #27FA3C;
}
</style>
border-color css
<style>
span { border-color: #27FA3C; }
span { border-color: rgb(39,250,60); }
td.TdClassName
{
border-color: #27FA3C;
}
.TagClassName
{
border-color: #27FA3C;
}
</style>