Shades of Lime Green #26D43B
Tints of Lime Green #26D43B
RGB
CMYK
RGB Variations
Color information
#26D43B (or 0x26D43B) is known color: Lime Green. HEX triplet: 26, D4 and 3B. RGB value is (38,212,59). Sum of RGB (Red+Green+Blue) = 38+212+59=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 212 (83.20% from 255 or 68.61% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 212 - color contains mainly: green. Hex color #26D43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D43B is #D92BC4. Grayscale: #8E8E8E. Windows color (decimal): -14232517 or 3920934. OLE color: 3920934.
HSL color Cylindrical-coordinate representation of color #26D43B: hue angle of 127.24º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D43B is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 212 | 59 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.17 |
| HSL | 127.24º | 0.7% | 0.49% | - |
| HSV(B) | 127.24º | 0.82% | 0.83% | - |
| XYZ | 25.13 | 47.81 | 12.04 | - |
| YUV | 142.53 | 80.85 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 212 | 59 | 0.82 | 0 | 0.72 | 0.17 | 127.24 | 0.7 | 0.49 |
| Hex | 26 | D4 | 3B | 52 | 0 | 48 | 11 | 7F | 46 | 31 |
| Octal | 46 | 324 | 73 | 122 | 0 | 110 | 21 | 177 | 106 | 61 |
| Binary | 100110 | 11010100 | 111011 | 1010010 | 0 | 1001000 | 10001 | 1111111 | 1000110 | 110001 |
Color Harmonies of #26D43B
Complementary color
Monochromatic Colors of #26D43B
Black with #26D43B
Text Example
Text Example
White with #26D43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D43B; }
p { color: rgb(38,212,59); }
H1.HeaderClassName
{
color: #26D43B;
}
.AnyTagClassName
{
color: #26D43B;
}
</style>
background-color css
<style>
a { background-color: #26D43B; }
a { background-color: rgb(38,212,59); }
div.DivClassName
{
background-color: #26D43B;
}
.BgClassName
{
background-color: #26D43B;
}
</style>
border-color css
<style>
span { border-color: #26D43B; }
span { border-color: rgb(38,212,59); }
td.TdClassName
{
border-color: #26D43B;
}
.TagClassName
{
border-color: #26D43B;
}
</style>