Shades of Lime Green #18D433
Tints of Lime Green #18D433
RGB
CMYK
RGB Variations
Color information
#18D433 (or 0x18D433) is known color: Lime Green. HEX triplet: 18, D4 and 33. RGB value is (24,212,51). Sum of RGB (Red+Green+Blue) = 24+212+51=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 212 (83.20% from 255 or 73.87% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 212 - color contains mainly: green. Hex color #18D433 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D433 is #E72BCC. Grayscale: #898989. Windows color (decimal): -15150029 or 3396632. OLE color: 3396632.
HSL color Cylindrical-coordinate representation of color #18D433: hue angle of 128.62º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D433 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 212 | 51 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.17 |
| HSL | 128.62º | 0.8% | 0.46% | - |
| HSV(B) | 128.62º | 0.89% | 0.83% | - |
| XYZ | 24.52 | 47.52 | 11.01 | - |
| YUV | 137.43 | 79.22 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 212 | 51 | 0.89 | 0 | 0.76 | 0.17 | 128.62 | 0.8 | 0.46 |
| Hex | 18 | D4 | 33 | 59 | 0 | 4C | 11 | 81 | 50 | 2E |
| Octal | 30 | 324 | 63 | 131 | 0 | 114 | 21 | 201 | 120 | 56 |
| Binary | 11000 | 11010100 | 110011 | 1011001 | 0 | 1001100 | 10001 | 10000001 | 1010000 | 101110 |
Color Harmonies of #18D433
Complementary color
Monochromatic Colors of #18D433
Black with #18D433
Text Example
Text Example
White with #18D433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D433; }
p { color: rgb(24,212,51); }
H1.HeaderClassName
{
color: #18D433;
}
.AnyTagClassName
{
color: #18D433;
}
</style>
background-color css
<style>
a { background-color: #18D433; }
a { background-color: rgb(24,212,51); }
div.DivClassName
{
background-color: #18D433;
}
.BgClassName
{
background-color: #18D433;
}
</style>
border-color css
<style>
span { border-color: #18D433; }
span { border-color: rgb(24,212,51); }
td.TdClassName
{
border-color: #18D433;
}
.TagClassName
{
border-color: #18D433;
}
</style>