Shades of Lime Green #26F23D
Tints of Lime Green #26F23D
RGB
CMYK
RGB Variations
Color information
#26F23D (or 0x26F23D) is known color: Lime Green. HEX triplet: 26, F2 and 3D. RGB value is (38,242,61). Sum of RGB (Red+Green+Blue) = 38+242+61=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #26F23D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F23D is #D90DC2. Grayscale: #A0A0A0. Windows color (decimal): -14224835 or 4059686. OLE color: 4059686.
HSL color Cylindrical-coordinate representation of color #26F23D: hue angle of 126.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F23D is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 242 | 61 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.05 |
| HSL | 126.76º | 0.89% | 0.55% | - |
| HSV(B) | 126.76º | 0.84% | 0.95% | - |
| XYZ | 33.39 | 64.25 | 15.06 | - |
| YUV | 160.37 | 71.91 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 242 | 61 | 0.84 | 0 | 0.75 | 0.05 | 126.76 | 0.89 | 0.55 |
| Hex | 26 | F2 | 3D | 54 | 0 | 4B | 5 | 7F | 59 | 37 |
| Octal | 46 | 362 | 75 | 124 | 0 | 113 | 5 | 177 | 131 | 67 |
| Binary | 100110 | 11110010 | 111101 | 1010100 | 0 | 1001011 | 101 | 1111111 | 1011001 | 110111 |
Color Harmonies of #26F23D
Complementary color
Monochromatic Colors of #26F23D
Black with #26F23D
Text Example
Text Example
White with #26F23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F23D; }
p { color: rgb(38,242,61); }
H1.HeaderClassName
{
color: #26F23D;
}
.AnyTagClassName
{
color: #26F23D;
}
</style>
background-color css
<style>
a { background-color: #26F23D; }
a { background-color: rgb(38,242,61); }
div.DivClassName
{
background-color: #26F23D;
}
.BgClassName
{
background-color: #26F23D;
}
</style>
border-color css
<style>
span { border-color: #26F23D; }
span { border-color: rgb(38,242,61); }
td.TdClassName
{
border-color: #26F23D;
}
.TagClassName
{
border-color: #26F23D;
}
</style>