Shades of Lime Green #27D21B
Tints of Lime Green #27D21B
RGB
CMYK
RGB Variations
Color information
#27D21B (or 0x27D21B) is known color: Lime Green. HEX triplet: 27, D2 and 1B. RGB value is (39,210,27). Sum of RGB (Red+Green+Blue) = 39+210+27=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 210 (82.42% from 255 or 76.09% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 210 - color contains mainly: green. Hex color #27D21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D21B is #D82DE4. Grayscale: #8A8A8A. Windows color (decimal): -14167525 or 1823271. OLE color: 1823271.
HSL color Cylindrical-coordinate representation of color #27D21B: hue angle of 116.07º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27D21B is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 210 | 27 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.18 |
| HSL | 116.07º | 0.77% | 0.46% | - |
| HSV(B) | 116.07º | 0.87% | 0.82% | - |
| XYZ | 24.08 | 46.6 | 8.76 | - |
| YUV | 138.01 | 65.35 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 210 | 27 | 0.81 | 0 | 0.87 | 0.18 | 116.07 | 0.77 | 0.46 |
| Hex | 27 | D2 | 1B | 51 | 0 | 57 | 12 | 74 | 4D | 2E |
| Octal | 47 | 322 | 33 | 121 | 0 | 127 | 22 | 164 | 115 | 56 |
| Binary | 100111 | 11010010 | 11011 | 1010001 | 0 | 1010111 | 10010 | 1110100 | 1001101 | 101110 |
Color Harmonies of #27D21B
Complementary color
Monochromatic Colors of #27D21B
Black with #27D21B
Text Example
Text Example
White with #27D21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D21B; }
p { color: rgb(39,210,27); }
H1.HeaderClassName
{
color: #27D21B;
}
.AnyTagClassName
{
color: #27D21B;
}
</style>
background-color css
<style>
a { background-color: #27D21B; }
a { background-color: rgb(39,210,27); }
div.DivClassName
{
background-color: #27D21B;
}
.BgClassName
{
background-color: #27D21B;
}
</style>
border-color css
<style>
span { border-color: #27D21B; }
span { border-color: rgb(39,210,27); }
td.TdClassName
{
border-color: #27D21B;
}
.TagClassName
{
border-color: #27D21B;
}
</style>