Shades of Lime Green #1BCC2F
Tints of Lime Green #1BCC2F
RGB
CMYK
RGB Variations
Color information
#1BCC2F (or 0x1BCC2F) is known color: Lime Green. HEX triplet: 1B, CC and 2F. RGB value is (27,204,47). Sum of RGB (Red+Green+Blue) = 27+204+47=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 204 (80.08% from 255 or 73.38% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCC2F is #E433D0. Grayscale: #858585. Windows color (decimal): -14955473 or 3132443. OLE color: 3132443.
HSL color Cylindrical-coordinate representation of color #1BCC2F: hue angle of 126.78º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCC2F is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 204 | 47 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.2 |
| HSL | 126.78º | 0.77% | 0.45% | - |
| HSV(B) | 126.78º | 0.87% | 0.8% | - |
| XYZ | 22.56 | 43.62 | 9.92 | - |
| YUV | 133.18 | 79.36 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 47 | 0.87 | 0 | 0.77 | 0.2 | 126.78 | 0.77 | 0.45 |
| Hex | 1B | CC | 2F | 57 | 0 | 4D | 14 | 7F | 4D | 2D |
| Octal | 33 | 314 | 57 | 127 | 0 | 115 | 24 | 177 | 115 | 55 |
| Binary | 11011 | 11001100 | 101111 | 1010111 | 0 | 1001101 | 10100 | 1111111 | 1001101 | 101101 |
Color Harmonies of #1BCC2F
Complementary color
Monochromatic Colors of #1BCC2F
Black with #1BCC2F
Text Example
Text Example
White with #1BCC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCC2F; }
p { color: rgb(27,204,47); }
H1.HeaderClassName
{
color: #1BCC2F;
}
.AnyTagClassName
{
color: #1BCC2F;
}
</style>
background-color css
<style>
a { background-color: #1BCC2F; }
a { background-color: rgb(27,204,47); }
div.DivClassName
{
background-color: #1BCC2F;
}
.BgClassName
{
background-color: #1BCC2F;
}
</style>
border-color css
<style>
span { border-color: #1BCC2F; }
span { border-color: rgb(27,204,47); }
td.TdClassName
{
border-color: #1BCC2F;
}
.TagClassName
{
border-color: #1BCC2F;
}
</style>