Shades of Lime Green #1BEA32
Tints of Lime Green #1BEA32
RGB
CMYK
RGB Variations
Color information
#1BEA32 (or 0x1BEA32) is known color: Lime Green. HEX triplet: 1B, EA and 32. RGB value is (27,234,50). Sum of RGB (Red+Green+Blue) = 27+234+50=311 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.68% from 311); Green value is 234 (91.80% from 255 or 75.24% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEA32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BEA32 is #E415CD. Grayscale: #979797. Windows color (decimal): -14947790 or 3336731. OLE color: 3336731.
HSL color Cylindrical-coordinate representation of color #1BEA32: hue angle of 126.67º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BEA32 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 234 | 50 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.08 |
| HSL | 126.67º | 0.83% | 0.51% | - |
| HSV(B) | 126.67º | 0.88% | 0.92% | - |
| XYZ | 30.45 | 59.31 | 12.86 | - |
| YUV | 151.13 | 70.92 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 234 | 50 | 0.88 | 0 | 0.79 | 0.08 | 126.67 | 0.83 | 0.51 |
| Hex | 1B | EA | 32 | 58 | 0 | 4F | 8 | 7F | 53 | 33 |
| Octal | 33 | 352 | 62 | 130 | 0 | 117 | 10 | 177 | 123 | 63 |
| Binary | 11011 | 11101010 | 110010 | 1011000 | 0 | 1001111 | 1000 | 1111111 | 1010011 | 110011 |
Color Harmonies of #1BEA32
Complementary color
Monochromatic Colors of #1BEA32
Black with #1BEA32
Text Example
Text Example
White with #1BEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEA32; }
p { color: rgb(27,234,50); }
H1.HeaderClassName
{
color: #1BEA32;
}
.AnyTagClassName
{
color: #1BEA32;
}
</style>
background-color css
<style>
a { background-color: #1BEA32; }
a { background-color: rgb(27,234,50); }
div.DivClassName
{
background-color: #1BEA32;
}
.BgClassName
{
background-color: #1BEA32;
}
</style>
border-color css
<style>
span { border-color: #1BEA32; }
span { border-color: rgb(27,234,50); }
td.TdClassName
{
border-color: #1BEA32;
}
.TagClassName
{
border-color: #1BEA32;
}
</style>