Shades of Lime Green #27CB1C
Tints of Lime Green #27CB1C
RGB
CMYK
RGB Variations
Color information
#27CB1C (or 0x27CB1C) is known color: Lime Green. HEX triplet: 27, CB and 1C. RGB value is (39,203,28). Sum of RGB (Red+Green+Blue) = 39+203+28=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 203 (79.69% from 255 or 75.19% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 203 - color contains mainly: green. Hex color #27CB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CB1C is #D834E3. Grayscale: #868686. Windows color (decimal): -14169316 or 1887015. OLE color: 1887015.
HSL color Cylindrical-coordinate representation of color #27CB1C: hue angle of 116.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #27CB1C is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 203 | 28 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.20 |
| HSL | 116.23º | 0.76% | 0.45% | - |
| HSV(B) | 116.23º | 0.86% | 0.8% | - |
| XYZ | 22.4 | 43.23 | 8.26 | - |
| YUV | 134.01 | 68.17 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 203 | 28 | 0.81 | 0 | 0.86 | 0.20 | 116.23 | 0.76 | 0.45 |
| Hex | 27 | CB | 1C | 51 | 0 | 56 | 14 | 74 | 4C | 2D |
| Octal | 47 | 313 | 34 | 121 | 0 | 126 | 24 | 164 | 114 | 55 |
| Binary | 100111 | 11001011 | 11100 | 1010001 | 0 | 1010110 | 10100 | 1110100 | 1001100 | 101101 |
Color Harmonies of #27CB1C
Complementary color
Monochromatic Colors of #27CB1C
Black with #27CB1C
Text Example
Text Example
White with #27CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CB1C; }
p { color: rgb(39,203,28); }
H1.HeaderClassName
{
color: #27CB1C;
}
.AnyTagClassName
{
color: #27CB1C;
}
</style>
background-color css
<style>
a { background-color: #27CB1C; }
a { background-color: rgb(39,203,28); }
div.DivClassName
{
background-color: #27CB1C;
}
.BgClassName
{
background-color: #27CB1C;
}
</style>
border-color css
<style>
span { border-color: #27CB1C; }
span { border-color: rgb(39,203,28); }
td.TdClassName
{
border-color: #27CB1C;
}
.TagClassName
{
border-color: #27CB1C;
}
</style>