Shades of Lime Green #26D635
Tints of Lime Green #26D635
RGB
CMYK
RGB Variations
Color information
#26D635 (or 0x26D635) is known color: Lime Green. HEX triplet: 26, D6 and 35. RGB value is (38,214,53). Sum of RGB (Red+Green+Blue) = 38+214+53=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 214 (83.98% from 255 or 70.16% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 214 - color contains mainly: green. Hex color #26D635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D635 is #D929CA. Grayscale: #8F8F8F. Windows color (decimal): -14232011 or 3528230. OLE color: 3528230.
HSL color Cylindrical-coordinate representation of color #26D635: hue angle of 125.11º 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 #26D635 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 214 | 53 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.16 |
| HSL | 125.11º | 0.7% | 0.49% | - |
| HSV(B) | 125.11º | 0.82% | 0.84% | - |
| XYZ | 25.49 | 48.76 | 11.44 | - |
| YUV | 143.02 | 77.19 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 214 | 53 | 0.82 | 0 | 0.75 | 0.16 | 125.11 | 0.7 | 0.49 |
| Hex | 26 | D6 | 35 | 52 | 0 | 4B | 10 | 7D | 46 | 31 |
| Octal | 46 | 326 | 65 | 122 | 0 | 113 | 20 | 175 | 106 | 61 |
| Binary | 100110 | 11010110 | 110101 | 1010010 | 0 | 1001011 | 10000 | 1111101 | 1000110 | 110001 |
Color Harmonies of #26D635
Complementary color
Monochromatic Colors of #26D635
Black with #26D635
Text Example
Text Example
White with #26D635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D635; }
p { color: rgb(38,214,53); }
H1.HeaderClassName
{
color: #26D635;
}
.AnyTagClassName
{
color: #26D635;
}
</style>
background-color css
<style>
a { background-color: #26D635; }
a { background-color: rgb(38,214,53); }
div.DivClassName
{
background-color: #26D635;
}
.BgClassName
{
background-color: #26D635;
}
</style>
border-color css
<style>
span { border-color: #26D635; }
span { border-color: rgb(38,214,53); }
td.TdClassName
{
border-color: #26D635;
}
.TagClassName
{
border-color: #26D635;
}
</style>