Shades of Lime Green #26B73E
Tints of Lime Green #26B73E
RGB
CMYK
RGB Variations
Color information
#26B73E (or 0x26B73E) is known color: Lime Green. HEX triplet: 26, B7 and 3E. RGB value is (38,183,62). Sum of RGB (Red+Green+Blue) = 38+183+62=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 183 (71.88% from 255 or 64.66% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 183 - color contains mainly: green. Hex color #26B73E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B73E is #D948C1. Grayscale: #7E7E7E. Windows color (decimal): -14239938 or 4110118. OLE color: 4110118.
HSL color Cylindrical-coordinate representation of color #26B73E: hue angle of 129.93º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B73E is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 183 | 62 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.28 |
| HSL | 129.93º | 0.66% | 0.43% | - |
| HSV(B) | 129.93º | 0.79% | 0.72% | - |
| XYZ | 18.6 | 34.63 | 10.26 | - |
| YUV | 125.85 | 91.96 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 183 | 62 | 0.79 | 0 | 0.66 | 0.28 | 129.93 | 0.66 | 0.43 |
| Hex | 26 | B7 | 3E | 4F | 0 | 42 | 1C | 82 | 42 | 2B |
| Octal | 46 | 267 | 76 | 117 | 0 | 102 | 34 | 202 | 102 | 53 |
| Binary | 100110 | 10110111 | 111110 | 1001111 | 0 | 1000010 | 11100 | 10000010 | 1000010 | 101011 |
Color Harmonies of #26B73E
Complementary color
Monochromatic Colors of #26B73E
Black with #26B73E
Text Example
Text Example
White with #26B73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B73E; }
p { color: rgb(38,183,62); }
H1.HeaderClassName
{
color: #26B73E;
}
.AnyTagClassName
{
color: #26B73E;
}
</style>
background-color css
<style>
a { background-color: #26B73E; }
a { background-color: rgb(38,183,62); }
div.DivClassName
{
background-color: #26B73E;
}
.BgClassName
{
background-color: #26B73E;
}
</style>
border-color css
<style>
span { border-color: #26B73E; }
span { border-color: rgb(38,183,62); }
td.TdClassName
{
border-color: #26B73E;
}
.TagClassName
{
border-color: #26B73E;
}
</style>