Shades of Lime Green #1BCD3A
Tints of Lime Green #1BCD3A
RGB
CMYK
RGB Variations
Color information
#1BCD3A (or 0x1BCD3A) is known color: Lime Green. HEX triplet: 1B, CD and 3A. RGB value is (27,205,58). Sum of RGB (Red+Green+Blue) = 27+205+58=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 205 (80.47% from 255 or 70.69% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCD3A is #E432C5. Grayscale: #878787. Windows color (decimal): -14955206 or 3853595. OLE color: 3853595.
HSL color Cylindrical-coordinate representation of color #1BCD3A: hue angle of 130.45º 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 #1BCD3A is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 58 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.20 |
| HSL | 130.45º | 0.77% | 0.45% | - |
| HSV(B) | 130.45º | 0.87% | 0.8% | - |
| XYZ | 23.05 | 44.2 | 11.32 | - |
| YUV | 135.02 | 84.53 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 58 | 0.87 | 0 | 0.72 | 0.20 | 130.45 | 0.77 | 0.45 |
| Hex | 1B | CD | 3A | 57 | 0 | 48 | 14 | 82 | 4D | 2D |
| Octal | 33 | 315 | 72 | 127 | 0 | 110 | 24 | 202 | 115 | 55 |
| Binary | 11011 | 11001101 | 111010 | 1010111 | 0 | 1001000 | 10100 | 10000010 | 1001101 | 101101 |
Color Harmonies of #1BCD3A
Complementary color
Monochromatic Colors of #1BCD3A
Black with #1BCD3A
Text Example
Text Example
White with #1BCD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD3A; }
p { color: rgb(27,205,58); }
H1.HeaderClassName
{
color: #1BCD3A;
}
.AnyTagClassName
{
color: #1BCD3A;
}
</style>
background-color css
<style>
a { background-color: #1BCD3A; }
a { background-color: rgb(27,205,58); }
div.DivClassName
{
background-color: #1BCD3A;
}
.BgClassName
{
background-color: #1BCD3A;
}
</style>
border-color css
<style>
span { border-color: #1BCD3A; }
span { border-color: rgb(27,205,58); }
td.TdClassName
{
border-color: #1BCD3A;
}
.TagClassName
{
border-color: #1BCD3A;
}
</style>