Shades of Lime Green #26CE2D
Tints of Lime Green #26CE2D
RGB
CMYK
RGB Variations
Color information
#26CE2D (or 0x26CE2D) is known color: Lime Green. HEX triplet: 26, CE and 2D. RGB value is (38,206,45). Sum of RGB (Red+Green+Blue) = 38+206+45=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 206 (80.86% from 255 or 71.28% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 206 - color contains mainly: green. Hex color #26CE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CE2D is #D931D2. Grayscale: #898989. Windows color (decimal): -14234067 or 3001894. OLE color: 3001894.
HSL color Cylindrical-coordinate representation of color #26CE2D: hue angle of 122.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CE2D is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 206 | 45 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.19 |
| HSL | 122.5º | 0.69% | 0.48% | - |
| HSV(B) | 122.5º | 0.82% | 0.81% | - |
| XYZ | 23.34 | 44.74 | 9.89 | - |
| YUV | 137.41 | 75.84 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 45 | 0.82 | 0 | 0.78 | 0.19 | 122.5 | 0.69 | 0.48 |
| Hex | 26 | CE | 2D | 52 | 0 | 4E | 13 | 7B | 45 | 30 |
| Octal | 46 | 316 | 55 | 122 | 0 | 116 | 23 | 173 | 105 | 60 |
| Binary | 100110 | 11001110 | 101101 | 1010010 | 0 | 1001110 | 10011 | 1111011 | 1000101 | 110000 |
Color Harmonies of #26CE2D
Complementary color
Monochromatic Colors of #26CE2D
Black with #26CE2D
Text Example
Text Example
White with #26CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CE2D; }
p { color: rgb(38,206,45); }
H1.HeaderClassName
{
color: #26CE2D;
}
.AnyTagClassName
{
color: #26CE2D;
}
</style>
background-color css
<style>
a { background-color: #26CE2D; }
a { background-color: rgb(38,206,45); }
div.DivClassName
{
background-color: #26CE2D;
}
.BgClassName
{
background-color: #26CE2D;
}
</style>
border-color css
<style>
span { border-color: #26CE2D; }
span { border-color: rgb(38,206,45); }
td.TdClassName
{
border-color: #26CE2D;
}
.TagClassName
{
border-color: #26CE2D;
}
</style>