Shades of Lime Green #27CB0C
Tints of Lime Green #27CB0C
RGB
CMYK
RGB Variations
Color information
#27CB0C (or 0x27CB0C) is known color: Lime Green. HEX triplet: 27, CB and 0C. RGB value is (39,203,12). Sum of RGB (Red+Green+Blue) = 39+203+12=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 203 (79.69% from 255 or 79.92% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 203 - color contains mainly: green. Hex color #27CB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27CB0C is #D834F3. Grayscale: #848484. Windows color (decimal): -14169332 or 838439. OLE color: 838439.
HSL color Cylindrical-coordinate representation of color #27CB0C: hue angle of 111.52º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27CB0C is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 203 | 12 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.20 |
| HSL | 111.52º | 0.89% | 0.42% | - |
| HSV(B) | 111.52º | 0.94% | 0.8% | - |
| XYZ | 22.26 | 43.17 | 7.51 | - |
| YUV | 132.19 | 60.17 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 203 | 12 | 0.81 | 0 | 0.94 | 0.20 | 111.52 | 0.89 | 0.42 |
| Hex | 27 | CB | C | 51 | 0 | 5E | 14 | 70 | 59 | 2A |
| Octal | 47 | 313 | 14 | 121 | 0 | 136 | 24 | 160 | 131 | 52 |
| Binary | 100111 | 11001011 | 1100 | 1010001 | 0 | 1011110 | 10100 | 1110000 | 1011001 | 101010 |
Color Harmonies of #27CB0C
Complementary color
Monochromatic Colors of #27CB0C
Black with #27CB0C
Text Example
Text Example
White with #27CB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CB0C; }
p { color: rgb(39,203,12); }
H1.HeaderClassName
{
color: #27CB0C;
}
.AnyTagClassName
{
color: #27CB0C;
}
</style>
background-color css
<style>
a { background-color: #27CB0C; }
a { background-color: rgb(39,203,12); }
div.DivClassName
{
background-color: #27CB0C;
}
.BgClassName
{
background-color: #27CB0C;
}
</style>
border-color css
<style>
span { border-color: #27CB0C; }
span { border-color: rgb(39,203,12); }
td.TdClassName
{
border-color: #27CB0C;
}
.TagClassName
{
border-color: #27CB0C;
}
</style>