Shades of Lime Green #26C93F
Tints of Lime Green #26C93F
RGB
CMYK
RGB Variations
Color information
#26C93F (or 0x26C93F) is known color: Lime Green. HEX triplet: 26, C9 and 3F. RGB value is (38,201,63). Sum of RGB (Red+Green+Blue) = 38+201+63=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 201 (78.91% from 255 or 66.56% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 201 - color contains mainly: green. Hex color #26C93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C93F is #D936C0. Grayscale: #888888. Windows color (decimal): -14235329 or 4180262. OLE color: 4180262.
HSL color Cylindrical-coordinate representation of color #26C93F: hue angle of 129.2º 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 #26C93F is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 201 | 63 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.21 |
| HSL | 129.2º | 0.68% | 0.47% | - |
| HSV(B) | 129.2º | 0.81% | 0.79% | - |
| XYZ | 22.58 | 42.54 | 11.72 | - |
| YUV | 136.53 | 86.5 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 63 | 0.81 | 0 | 0.69 | 0.21 | 129.2 | 0.68 | 0.47 |
| Hex | 26 | C9 | 3F | 51 | 0 | 45 | 15 | 81 | 44 | 2F |
| Octal | 46 | 311 | 77 | 121 | 0 | 105 | 25 | 201 | 104 | 57 |
| Binary | 100110 | 11001001 | 111111 | 1010001 | 0 | 1000101 | 10101 | 10000001 | 1000100 | 101111 |
Color Harmonies of #26C93F
Complementary color
Monochromatic Colors of #26C93F
Black with #26C93F
Text Example
Text Example
White with #26C93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C93F; }
p { color: rgb(38,201,63); }
H1.HeaderClassName
{
color: #26C93F;
}
.AnyTagClassName
{
color: #26C93F;
}
</style>
background-color css
<style>
a { background-color: #26C93F; }
a { background-color: rgb(38,201,63); }
div.DivClassName
{
background-color: #26C93F;
}
.BgClassName
{
background-color: #26C93F;
}
</style>
border-color css
<style>
span { border-color: #26C93F; }
span { border-color: rgb(38,201,63); }
td.TdClassName
{
border-color: #26C93F;
}
.TagClassName
{
border-color: #26C93F;
}
</style>