Shades of Lime Green #26CA3E
Tints of Lime Green #26CA3E
RGB
CMYK
RGB Variations
Color information
#26CA3E (or 0x26CA3E) is known color: Lime Green. HEX triplet: 26, CA and 3E. RGB value is (38,202,62). Sum of RGB (Red+Green+Blue) = 38+202+62=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #26CA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CA3E is #D935C1. Grayscale: #898989. Windows color (decimal): -14235074 or 4114982. OLE color: 4114982.
HSL color Cylindrical-coordinate representation of color #26CA3E: hue angle of 128.78º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CA3E is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 202 | 62 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.21 |
| HSL | 128.78º | 0.68% | 0.47% | - |
| HSV(B) | 128.78º | 0.81% | 0.79% | - |
| XYZ | 22.79 | 43 | 11.66 | - |
| YUV | 137 | 85.67 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 62 | 0.81 | 0 | 0.69 | 0.21 | 128.78 | 0.68 | 0.47 |
| Hex | 26 | CA | 3E | 51 | 0 | 45 | 15 | 81 | 44 | 2F |
| Octal | 46 | 312 | 76 | 121 | 0 | 105 | 25 | 201 | 104 | 57 |
| Binary | 100110 | 11001010 | 111110 | 1010001 | 0 | 1000101 | 10101 | 10000001 | 1000100 | 101111 |
Color Harmonies of #26CA3E
Complementary color
Monochromatic Colors of #26CA3E
Black with #26CA3E
Text Example
Text Example
White with #26CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CA3E; }
p { color: rgb(38,202,62); }
H1.HeaderClassName
{
color: #26CA3E;
}
.AnyTagClassName
{
color: #26CA3E;
}
</style>
background-color css
<style>
a { background-color: #26CA3E; }
a { background-color: rgb(38,202,62); }
div.DivClassName
{
background-color: #26CA3E;
}
.BgClassName
{
background-color: #26CA3E;
}
</style>
border-color css
<style>
span { border-color: #26CA3E; }
span { border-color: rgb(38,202,62); }
td.TdClassName
{
border-color: #26CA3E;
}
.TagClassName
{
border-color: #26CA3E;
}
</style>