Shades of Lime Green #1BCE30
Tints of Lime Green #1BCE30
RGB
CMYK
RGB Variations
Color information
#1BCE30 (or 0x1BCE30) is known color: Lime Green. HEX triplet: 1B, CE and 30. RGB value is (27,206,48). Sum of RGB (Red+Green+Blue) = 27+206+48=281 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.61% from 281); Green value is 206 (80.86% from 255 or 73.31% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 206 - color contains mainly: green. Hex color #1BCE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCE30 is #E431CF. Grayscale: #868686. Windows color (decimal): -14954960 or 3198491. OLE color: 3198491.
HSL color Cylindrical-coordinate representation of color #1BCE30: hue angle of 127.04º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCE30 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 206 | 48 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.19 |
| HSL | 127.04º | 0.77% | 0.46% | - |
| HSV(B) | 127.04º | 0.87% | 0.81% | - |
| XYZ | 23.06 | 44.59 | 10.19 | - |
| YUV | 134.47 | 79.2 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 48 | 0.87 | 0 | 0.77 | 0.19 | 127.04 | 0.77 | 0.46 |
| Hex | 1B | CE | 30 | 57 | 0 | 4D | 13 | 7F | 4D | 2E |
| Octal | 33 | 316 | 60 | 127 | 0 | 115 | 23 | 177 | 115 | 56 |
| Binary | 11011 | 11001110 | 110000 | 1010111 | 0 | 1001101 | 10011 | 1111111 | 1001101 | 101110 |
Color Harmonies of #1BCE30
Complementary color
Monochromatic Colors of #1BCE30
Black with #1BCE30
Text Example
Text Example
White with #1BCE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCE30; }
p { color: rgb(27,206,48); }
H1.HeaderClassName
{
color: #1BCE30;
}
.AnyTagClassName
{
color: #1BCE30;
}
</style>
background-color css
<style>
a { background-color: #1BCE30; }
a { background-color: rgb(27,206,48); }
div.DivClassName
{
background-color: #1BCE30;
}
.BgClassName
{
background-color: #1BCE30;
}
</style>
border-color css
<style>
span { border-color: #1BCE30; }
span { border-color: rgb(27,206,48); }
td.TdClassName
{
border-color: #1BCE30;
}
.TagClassName
{
border-color: #1BCE30;
}
</style>