Shades of Lime Green #26D52C
Tints of Lime Green #26D52C
RGB
CMYK
RGB Variations
Color information
#26D52C (or 0x26D52C) is known color: Lime Green. HEX triplet: 26, D5 and 2C. RGB value is (38,213,44). Sum of RGB (Red+Green+Blue) = 38+213+44=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 213 (83.59% from 255 or 72.20% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 213 - color contains mainly: green. Hex color #26D52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D52C is #D92AD3. Grayscale: #8D8D8D. Windows color (decimal): -14232276 or 2938150. OLE color: 2938150.
HSL color Cylindrical-coordinate representation of color #26D52C: hue angle of 122.06º 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 #26D52C is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 213 | 44 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.16 |
| HSL | 122.06º | 0.7% | 0.49% | - |
| HSV(B) | 122.06º | 0.82% | 0.84% | - |
| XYZ | 25.05 | 48.18 | 10.36 | - |
| YUV | 141.41 | 73.02 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 213 | 44 | 0.82 | 0 | 0.79 | 0.16 | 122.06 | 0.7 | 0.49 |
| Hex | 26 | D5 | 2C | 52 | 0 | 4F | 10 | 7A | 46 | 31 |
| Octal | 46 | 325 | 54 | 122 | 0 | 117 | 20 | 172 | 106 | 61 |
| Binary | 100110 | 11010101 | 101100 | 1010010 | 0 | 1001111 | 10000 | 1111010 | 1000110 | 110001 |
Color Harmonies of #26D52C
Complementary color
Monochromatic Colors of #26D52C
Black with #26D52C
Text Example
Text Example
White with #26D52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D52C; }
p { color: rgb(38,213,44); }
H1.HeaderClassName
{
color: #26D52C;
}
.AnyTagClassName
{
color: #26D52C;
}
</style>
background-color css
<style>
a { background-color: #26D52C; }
a { background-color: rgb(38,213,44); }
div.DivClassName
{
background-color: #26D52C;
}
.BgClassName
{
background-color: #26D52C;
}
</style>
border-color css
<style>
span { border-color: #26D52C; }
span { border-color: rgb(38,213,44); }
td.TdClassName
{
border-color: #26D52C;
}
.TagClassName
{
border-color: #26D52C;
}
</style>