Shades of Lime Green #26EC2F
Tints of Lime Green #26EC2F
RGB
CMYK
RGB Variations
Color information
#26EC2F (or 0x26EC2F) is known color: Lime Green. HEX triplet: 26, EC and 2F. RGB value is (38,236,47). Sum of RGB (Red+Green+Blue) = 38+236+47=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 236 (92.58% from 255 or 73.52% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 236 - color contains mainly: green. Hex color #26EC2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EC2F is #D913D0. Grayscale: #9B9B9B. Windows color (decimal): -14226385 or 3140646. OLE color: 3140646.
HSL color Cylindrical-coordinate representation of color #26EC2F: hue angle of 122.73º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EC2F is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 236 | 47 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.07 |
| HSL | 122.73º | 0.84% | 0.54% | - |
| HSV(B) | 122.73º | 0.84% | 0.93% | - |
| XYZ | 31.31 | 60.61 | 12.74 | - |
| YUV | 155.25 | 66.9 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 236 | 47 | 0.84 | 0 | 0.80 | 0.07 | 122.73 | 0.84 | 0.54 |
| Hex | 26 | EC | 2F | 54 | 0 | 50 | 7 | 7B | 54 | 36 |
| Octal | 46 | 354 | 57 | 124 | 0 | 120 | 7 | 173 | 124 | 66 |
| Binary | 100110 | 11101100 | 101111 | 1010100 | 0 | 1010000 | 111 | 1111011 | 1010100 | 110110 |
Color Harmonies of #26EC2F
Complementary color
Monochromatic Colors of #26EC2F
Black with #26EC2F
Text Example
Text Example
White with #26EC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EC2F; }
p { color: rgb(38,236,47); }
H1.HeaderClassName
{
color: #26EC2F;
}
.AnyTagClassName
{
color: #26EC2F;
}
</style>
background-color css
<style>
a { background-color: #26EC2F; }
a { background-color: rgb(38,236,47); }
div.DivClassName
{
background-color: #26EC2F;
}
.BgClassName
{
background-color: #26EC2F;
}
</style>
border-color css
<style>
span { border-color: #26EC2F; }
span { border-color: rgb(38,236,47); }
td.TdClassName
{
border-color: #26EC2F;
}
.TagClassName
{
border-color: #26EC2F;
}
</style>