Shades of Lime Green #26C21F
Tints of Lime Green #26C21F
RGB
CMYK
RGB Variations
Color information
#26C21F (or 0x26C21F) is known color: Lime Green. HEX triplet: 26, C2 and 1F. RGB value is (38,194,31). Sum of RGB (Red+Green+Blue) = 38+194+31=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 194 (76.17% from 255 or 73.76% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 194 - color contains mainly: green. Hex color #26C21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C21F is #D93DE0. Grayscale: #818181. Windows color (decimal): -14237153 or 2081318. OLE color: 2081318.
HSL color Cylindrical-coordinate representation of color #26C21F: hue angle of 117.42º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26C21F is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 194 | 31 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.24 |
| HSL | 117.42º | 0.72% | 0.44% | - |
| HSV(B) | 117.42º | 0.84% | 0.76% | - |
| XYZ | 20.34 | 39.09 | 7.77 | - |
| YUV | 128.77 | 72.82 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 194 | 31 | 0.80 | 0 | 0.84 | 0.24 | 117.42 | 0.72 | 0.44 |
| Hex | 26 | C2 | 1F | 50 | 0 | 54 | 18 | 75 | 48 | 2C |
| Octal | 46 | 302 | 37 | 120 | 0 | 124 | 30 | 165 | 110 | 54 |
| Binary | 100110 | 11000010 | 11111 | 1010000 | 0 | 1010100 | 11000 | 1110101 | 1001000 | 101100 |
Color Harmonies of #26C21F
Complementary color
Monochromatic Colors of #26C21F
Black with #26C21F
Text Example
Text Example
White with #26C21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C21F; }
p { color: rgb(38,194,31); }
H1.HeaderClassName
{
color: #26C21F;
}
.AnyTagClassName
{
color: #26C21F;
}
</style>
background-color css
<style>
a { background-color: #26C21F; }
a { background-color: rgb(38,194,31); }
div.DivClassName
{
background-color: #26C21F;
}
.BgClassName
{
background-color: #26C21F;
}
</style>
border-color css
<style>
span { border-color: #26C21F; }
span { border-color: rgb(38,194,31); }
td.TdClassName
{
border-color: #26C21F;
}
.TagClassName
{
border-color: #26C21F;
}
</style>