Shades of Lime Green #27B03F
Tints of Lime Green #27B03F
RGB
CMYK
RGB Variations
Color information
#27B03F (or 0x27B03F) is known color: Lime Green. HEX triplet: 27, B0 and 3F. RGB value is (39,176,63). Sum of RGB (Red+Green+Blue) = 39+176+63=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 176 (69.14% from 255 or 63.31% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 176 - color contains mainly: green. Hex color #27B03F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27B03F is #D84FC0. Grayscale: #7A7A7A. Windows color (decimal): -14176193 or 4173863. OLE color: 4173863.
HSL color Cylindrical-coordinate representation of color #27B03F: hue angle of 130.51º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B03F is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 176 | 63 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.31 |
| HSL | 130.51º | 0.64% | 0.42% | - |
| HSV(B) | 130.51º | 0.78% | 0.69% | - |
| XYZ | 17.26 | 31.84 | 9.94 | - |
| YUV | 122.16 | 94.61 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 176 | 63 | 0.78 | 0 | 0.64 | 0.31 | 130.51 | 0.64 | 0.42 |
| Hex | 27 | B0 | 3F | 4E | 0 | 40 | 1F | 83 | 40 | 2A |
| Octal | 47 | 260 | 77 | 116 | 0 | 100 | 37 | 203 | 100 | 52 |
| Binary | 100111 | 10110000 | 111111 | 1001110 | 0 | 1000000 | 11111 | 10000011 | 1000000 | 101010 |
Color Harmonies of #27B03F
Complementary color
Monochromatic Colors of #27B03F
Black with #27B03F
Text Example
Text Example
White with #27B03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27B03F; }
p { color: rgb(39,176,63); }
H1.HeaderClassName
{
color: #27B03F;
}
.AnyTagClassName
{
color: #27B03F;
}
</style>
background-color css
<style>
a { background-color: #27B03F; }
a { background-color: rgb(39,176,63); }
div.DivClassName
{
background-color: #27B03F;
}
.BgClassName
{
background-color: #27B03F;
}
</style>
border-color css
<style>
span { border-color: #27B03F; }
span { border-color: rgb(39,176,63); }
td.TdClassName
{
border-color: #27B03F;
}
.TagClassName
{
border-color: #27B03F;
}
</style>