Shades of Lime Green #26C92A
Tints of Lime Green #26C92A
RGB
CMYK
RGB Variations
Color information
#26C92A (or 0x26C92A) is known color: Lime Green. HEX triplet: 26, C9 and 2A. RGB value is (38,201,42). Sum of RGB (Red+Green+Blue) = 38+201+42=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 201 (78.91% from 255 or 71.53% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 201 - color contains mainly: green. Hex color #26C92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C92A is #D936D5. Grayscale: #868686. Windows color (decimal): -14235350 or 2804006. OLE color: 2804006.
HSL color Cylindrical-coordinate representation of color #26C92A: hue angle of 121.47º 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 #26C92A is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 201 | 42 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.21 |
| HSL | 121.47º | 0.68% | 0.47% | - |
| HSV(B) | 121.47º | 0.81% | 0.79% | - |
| XYZ | 22.1 | 42.35 | 9.2 | - |
| YUV | 134.14 | 76 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 42 | 0.81 | 0 | 0.79 | 0.21 | 121.47 | 0.68 | 0.47 |
| Hex | 26 | C9 | 2A | 51 | 0 | 4F | 15 | 79 | 44 | 2F |
| Octal | 46 | 311 | 52 | 121 | 0 | 117 | 25 | 171 | 104 | 57 |
| Binary | 100110 | 11001001 | 101010 | 1010001 | 0 | 1001111 | 10101 | 1111001 | 1000100 | 101111 |
Color Harmonies of #26C92A
Complementary color
Monochromatic Colors of #26C92A
Black with #26C92A
Text Example
Text Example
White with #26C92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C92A; }
p { color: rgb(38,201,42); }
H1.HeaderClassName
{
color: #26C92A;
}
.AnyTagClassName
{
color: #26C92A;
}
</style>
background-color css
<style>
a { background-color: #26C92A; }
a { background-color: rgb(38,201,42); }
div.DivClassName
{
background-color: #26C92A;
}
.BgClassName
{
background-color: #26C92A;
}
</style>
border-color css
<style>
span { border-color: #26C92A; }
span { border-color: rgb(38,201,42); }
td.TdClassName
{
border-color: #26C92A;
}
.TagClassName
{
border-color: #26C92A;
}
</style>