Shades of Lime Green #18BE28
Tints of Lime Green #18BE28
RGB
CMYK
RGB Variations
Color information
#18BE28 (or 0x18BE28) is known color: Lime Green. HEX triplet: 18, BE and 28. RGB value is (24,190,40). Sum of RGB (Red+Green+Blue) = 24+190+40=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 190 (74.61% from 255 or 74.80% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 190 - color contains mainly: green. Hex color #18BE28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BE28 is #E741D7. Grayscale: #7B7B7B. Windows color (decimal): -15155672 or 2670104. OLE color: 2670104.
HSL color Cylindrical-coordinate representation of color #18BE28: hue angle of 125.78º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BE28 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 190 | 40 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.25 |
| HSL | 125.78º | 0.78% | 0.42% | - |
| HSV(B) | 125.78º | 0.87% | 0.75% | - |
| XYZ | 19.17 | 37.17 | 8.17 | - |
| YUV | 123.27 | 81 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 40 | 0.87 | 0 | 0.79 | 0.25 | 125.78 | 0.78 | 0.42 |
| Hex | 18 | BE | 28 | 57 | 0 | 4F | 19 | 7E | 4E | 2A |
| Octal | 30 | 276 | 50 | 127 | 0 | 117 | 31 | 176 | 116 | 52 |
| Binary | 11000 | 10111110 | 101000 | 1010111 | 0 | 1001111 | 11001 | 1111110 | 1001110 | 101010 |
Color Harmonies of #18BE28
Complementary color
Monochromatic Colors of #18BE28
Black with #18BE28
Text Example
Text Example
White with #18BE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BE28; }
p { color: rgb(24,190,40); }
H1.HeaderClassName
{
color: #18BE28;
}
.AnyTagClassName
{
color: #18BE28;
}
</style>
background-color css
<style>
a { background-color: #18BE28; }
a { background-color: rgb(24,190,40); }
div.DivClassName
{
background-color: #18BE28;
}
.BgClassName
{
background-color: #18BE28;
}
</style>
border-color css
<style>
span { border-color: #18BE28; }
span { border-color: rgb(24,190,40); }
td.TdClassName
{
border-color: #18BE28;
}
.TagClassName
{
border-color: #18BE28;
}
</style>