Shades of Lime Green #26DF2B
Tints of Lime Green #26DF2B
RGB
CMYK
RGB Variations
Color information
#26DF2B (or 0x26DF2B) is known color: Lime Green. HEX triplet: 26, DF and 2B. RGB value is (38,223,43). Sum of RGB (Red+Green+Blue) = 38+223+43=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 223 (87.5% from 255 or 73.36% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 223 - color contains mainly: green. Hex color #26DF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DF2B is #D920D4. Grayscale: #939393. Windows color (decimal): -14229717 or 2875174. OLE color: 2875174.
HSL color Cylindrical-coordinate representation of color #26DF2B: hue angle of 121.62º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DF2B is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 223 | 43 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.13 |
| HSL | 121.62º | 0.74% | 0.51% | - |
| HSV(B) | 121.62º | 0.83% | 0.87% | - |
| XYZ | 27.62 | 53.36 | 11.13 | - |
| YUV | 147.17 | 69.21 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 223 | 43 | 0.83 | 0 | 0.81 | 0.13 | 121.62 | 0.74 | 0.51 |
| Hex | 26 | DF | 2B | 53 | 0 | 51 | D | 7A | 4A | 33 |
| Octal | 46 | 337 | 53 | 123 | 0 | 121 | 15 | 172 | 112 | 63 |
| Binary | 100110 | 11011111 | 101011 | 1010011 | 0 | 1010001 | 1101 | 1111010 | 1001010 | 110011 |
Color Harmonies of #26DF2B
Complementary color
Monochromatic Colors of #26DF2B
Black with #26DF2B
Text Example
Text Example
White with #26DF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DF2B; }
p { color: rgb(38,223,43); }
H1.HeaderClassName
{
color: #26DF2B;
}
.AnyTagClassName
{
color: #26DF2B;
}
</style>
background-color css
<style>
a { background-color: #26DF2B; }
a { background-color: rgb(38,223,43); }
div.DivClassName
{
background-color: #26DF2B;
}
.BgClassName
{
background-color: #26DF2B;
}
</style>
border-color css
<style>
span { border-color: #26DF2B; }
span { border-color: rgb(38,223,43); }
td.TdClassName
{
border-color: #26DF2B;
}
.TagClassName
{
border-color: #26DF2B;
}
</style>