Shades of Lime Green #26D32B
Tints of Lime Green #26D32B
RGB
CMYK
RGB Variations
Color information
#26D32B (or 0x26D32B) is known color: Lime Green. HEX triplet: 26, D3 and 2B. RGB value is (38,211,43). Sum of RGB (Red+Green+Blue) = 38+211+43=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 211 (82.81% from 255 or 72.26% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 211 - color contains mainly: green. Hex color #26D32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D32B is #D92CD4. Grayscale: #8C8C8C. Windows color (decimal): -14232789 or 2872102. OLE color: 2872102.
HSL color Cylindrical-coordinate representation of color #26D32B: hue angle of 121.73º degrees, saturation: 0.69, 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 #26D32B is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 211 | 43 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.17 |
| HSL | 121.73º | 0.69% | 0.49% | - |
| HSV(B) | 121.73º | 0.82% | 0.83% | - |
| XYZ | 24.53 | 47.18 | 10.1 | - |
| YUV | 140.12 | 73.19 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 211 | 43 | 0.82 | 0 | 0.80 | 0.17 | 121.73 | 0.69 | 0.49 |
| Hex | 26 | D3 | 2B | 52 | 0 | 50 | 11 | 7A | 45 | 31 |
| Octal | 46 | 323 | 53 | 122 | 0 | 120 | 21 | 172 | 105 | 61 |
| Binary | 100110 | 11010011 | 101011 | 1010010 | 0 | 1010000 | 10001 | 1111010 | 1000101 | 110001 |
Color Harmonies of #26D32B
Complementary color
Monochromatic Colors of #26D32B
Black with #26D32B
Text Example
Text Example
White with #26D32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D32B; }
p { color: rgb(38,211,43); }
H1.HeaderClassName
{
color: #26D32B;
}
.AnyTagClassName
{
color: #26D32B;
}
</style>
background-color css
<style>
a { background-color: #26D32B; }
a { background-color: rgb(38,211,43); }
div.DivClassName
{
background-color: #26D32B;
}
.BgClassName
{
background-color: #26D32B;
}
</style>
border-color css
<style>
span { border-color: #26D32B; }
span { border-color: rgb(38,211,43); }
td.TdClassName
{
border-color: #26D32B;
}
.TagClassName
{
border-color: #26D32B;
}
</style>