Shades of Lime Green #26D405
Tints of Lime Green #26D405
RGB
CMYK
RGB Variations
Color information
#26D405 (or 0x26D405) is known color: Lime Green. HEX triplet: 26, D4 and 05. RGB value is (38,212,5). Sum of RGB (Red+Green+Blue) = 38+212+5=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 212 (83.20% from 255 or 83.14% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 212 - color contains mainly: green. Hex color #26D405 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D405 is #D92BFA. Grayscale: #898989. Windows color (decimal): -14232571 or 381990. OLE color: 381990.
HSL color Cylindrical-coordinate representation of color #26D405: hue angle of 110.43º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26D405 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 212 | 5 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.17 |
| HSL | 110.43º | 0.95% | 0.43% | - |
| HSV(B) | 110.43º | 0.98% | 0.83% | - |
| XYZ | 24.37 | 47.51 | 8.03 | - |
| YUV | 136.38 | 53.85 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 212 | 5 | 0.82 | 0 | 0.98 | 0.17 | 110.43 | 0.95 | 0.43 |
| Hex | 26 | D4 | 5 | 52 | 0 | 62 | 11 | 6E | 5F | 2B |
| Octal | 46 | 324 | 5 | 122 | 0 | 142 | 21 | 156 | 137 | 53 |
| Binary | 100110 | 11010100 | 101 | 1010010 | 0 | 1100010 | 10001 | 1101110 | 1011111 | 101011 |
Color Harmonies of #26D405
Complementary color
Monochromatic Colors of #26D405
Black with #26D405
Text Example
Text Example
White with #26D405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D405; }
p { color: rgb(38,212,5); }
H1.HeaderClassName
{
color: #26D405;
}
.AnyTagClassName
{
color: #26D405;
}
</style>
background-color css
<style>
a { background-color: #26D405; }
a { background-color: rgb(38,212,5); }
div.DivClassName
{
background-color: #26D405;
}
.BgClassName
{
background-color: #26D405;
}
</style>
border-color css
<style>
span { border-color: #26D405; }
span { border-color: rgb(38,212,5); }
td.TdClassName
{
border-color: #26D405;
}
.TagClassName
{
border-color: #26D405;
}
</style>