Shades of Lime Green #26D63B
Tints of Lime Green #26D63B
RGB
CMYK
RGB Variations
Color information
#26D63B (or 0x26D63B) is known color: Lime Green. HEX triplet: 26, D6 and 3B. RGB value is (38,214,59). Sum of RGB (Red+Green+Blue) = 38+214+59=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 214 (83.98% from 255 or 68.81% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 214 - color contains mainly: green. Hex color #26D63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D63B is #D929C4. Grayscale: #909090. Windows color (decimal): -14232005 or 3921446. OLE color: 3921446.
HSL color Cylindrical-coordinate representation of color #26D63B: hue angle of 127.16º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D63B is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 214 | 59 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.16 |
| HSL | 127.16º | 0.7% | 0.49% | - |
| HSV(B) | 127.16º | 0.82% | 0.84% | - |
| XYZ | 25.64 | 48.82 | 12.21 | - |
| YUV | 143.71 | 80.19 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 214 | 59 | 0.82 | 0 | 0.72 | 0.16 | 127.16 | 0.7 | 0.49 |
| Hex | 26 | D6 | 3B | 52 | 0 | 48 | 10 | 7F | 46 | 31 |
| Octal | 46 | 326 | 73 | 122 | 0 | 110 | 20 | 177 | 106 | 61 |
| Binary | 100110 | 11010110 | 111011 | 1010010 | 0 | 1001000 | 10000 | 1111111 | 1000110 | 110001 |
Color Harmonies of #26D63B
Complementary color
Monochromatic Colors of #26D63B
Black with #26D63B
Text Example
Text Example
White with #26D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D63B; }
p { color: rgb(38,214,59); }
H1.HeaderClassName
{
color: #26D63B;
}
.AnyTagClassName
{
color: #26D63B;
}
</style>
background-color css
<style>
a { background-color: #26D63B; }
a { background-color: rgb(38,214,59); }
div.DivClassName
{
background-color: #26D63B;
}
.BgClassName
{
background-color: #26D63B;
}
</style>
border-color css
<style>
span { border-color: #26D63B; }
span { border-color: rgb(38,214,59); }
td.TdClassName
{
border-color: #26D63B;
}
.TagClassName
{
border-color: #26D63B;
}
</style>