Shades of Lime Green #26C930
Tints of Lime Green #26C930
RGB
CMYK
RGB Variations
Color information
#26C930 (or 0x26C930) is known color: Lime Green. HEX triplet: 26, C9 and 30. RGB value is (38,201,48). Sum of RGB (Red+Green+Blue) = 38+201+48=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 201 (78.91% from 255 or 70.03% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 201 - color contains mainly: green. Hex color #26C930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C930 is #D936CF. Grayscale: #878787. Windows color (decimal): -14235344 or 3197222. OLE color: 3197222.
HSL color Cylindrical-coordinate representation of color #26C930: hue angle of 123.68º 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 #26C930 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 201 | 48 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.21 |
| HSL | 123.68º | 0.68% | 0.47% | - |
| HSV(B) | 123.68º | 0.81% | 0.79% | - |
| XYZ | 22.22 | 42.4 | 9.81 | - |
| YUV | 134.82 | 79 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 48 | 0.81 | 0 | 0.76 | 0.21 | 123.68 | 0.68 | 0.47 |
| Hex | 26 | C9 | 30 | 51 | 0 | 4C | 15 | 7C | 44 | 2F |
| Octal | 46 | 311 | 60 | 121 | 0 | 114 | 25 | 174 | 104 | 57 |
| Binary | 100110 | 11001001 | 110000 | 1010001 | 0 | 1001100 | 10101 | 1111100 | 1000100 | 101111 |
Color Harmonies of #26C930
Complementary color
Monochromatic Colors of #26C930
Black with #26C930
Text Example
Text Example
White with #26C930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C930; }
p { color: rgb(38,201,48); }
H1.HeaderClassName
{
color: #26C930;
}
.AnyTagClassName
{
color: #26C930;
}
</style>
background-color css
<style>
a { background-color: #26C930; }
a { background-color: rgb(38,201,48); }
div.DivClassName
{
background-color: #26C930;
}
.BgClassName
{
background-color: #26C930;
}
</style>
border-color css
<style>
span { border-color: #26C930; }
span { border-color: rgb(38,201,48); }
td.TdClassName
{
border-color: #26C930;
}
.TagClassName
{
border-color: #26C930;
}
</style>