Shades of Lime Green #27D510
Tints of Lime Green #27D510
RGB
CMYK
RGB Variations
Color information
#27D510 (or 0x27D510) is known color: Lime Green. HEX triplet: 27, D5 and 10. RGB value is (39,213,16). Sum of RGB (Red+Green+Blue) = 39+213+16=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 213 (83.59% from 255 or 79.48% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 213 - color contains mainly: green. Hex color #27D510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D510 is #D82AEF. Grayscale: #8B8B8B. Windows color (decimal): -14166768 or 1103143. OLE color: 1103143.
HSL color Cylindrical-coordinate representation of color #27D510: hue angle of 112.99º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27D510 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 213 | 16 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.16 |
| HSL | 112.99º | 0.86% | 0.45% | - |
| HSV(B) | 112.99º | 0.92% | 0.84% | - |
| XYZ | 24.72 | 48.06 | 8.46 | - |
| YUV | 138.52 | 58.85 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 213 | 16 | 0.82 | 0 | 0.92 | 0.16 | 112.99 | 0.86 | 0.45 |
| Hex | 27 | D5 | 10 | 52 | 0 | 5C | 10 | 71 | 56 | 2D |
| Octal | 47 | 325 | 20 | 122 | 0 | 134 | 20 | 161 | 126 | 55 |
| Binary | 100111 | 11010101 | 10000 | 1010010 | 0 | 1011100 | 10000 | 1110001 | 1010110 | 101101 |
Color Harmonies of #27D510
Complementary color
Monochromatic Colors of #27D510
Black with #27D510
Text Example
Text Example
White with #27D510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D510; }
p { color: rgb(39,213,16); }
H1.HeaderClassName
{
color: #27D510;
}
.AnyTagClassName
{
color: #27D510;
}
</style>
background-color css
<style>
a { background-color: #27D510; }
a { background-color: rgb(39,213,16); }
div.DivClassName
{
background-color: #27D510;
}
.BgClassName
{
background-color: #27D510;
}
</style>
border-color css
<style>
span { border-color: #27D510; }
span { border-color: rgb(39,213,16); }
td.TdClassName
{
border-color: #27D510;
}
.TagClassName
{
border-color: #27D510;
}
</style>