Shades of Lime Green #26CD2C
Tints of Lime Green #26CD2C
RGB
CMYK
RGB Variations
Color information
#26CD2C (or 0x26CD2C) is known color: Lime Green. HEX triplet: 26, CD and 2C. RGB value is (38,205,44). Sum of RGB (Red+Green+Blue) = 38+205+44=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 205 (80.47% from 255 or 71.43% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 205 - color contains mainly: green. Hex color #26CD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CD2C is #D932D3. Grayscale: #898989. Windows color (decimal): -14234324 or 2936102. OLE color: 2936102.
HSL color Cylindrical-coordinate representation of color #26CD2C: hue angle of 122.16º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CD2C is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 205 | 44 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.20 |
| HSL | 122.16º | 0.69% | 0.48% | - |
| HSV(B) | 122.16º | 0.81% | 0.8% | - |
| XYZ | 23.09 | 44.26 | 9.71 | - |
| YUV | 136.71 | 75.67 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 205 | 44 | 0.81 | 0 | 0.79 | 0.20 | 122.16 | 0.69 | 0.48 |
| Hex | 26 | CD | 2C | 51 | 0 | 4F | 14 | 7A | 45 | 30 |
| Octal | 46 | 315 | 54 | 121 | 0 | 117 | 24 | 172 | 105 | 60 |
| Binary | 100110 | 11001101 | 101100 | 1010001 | 0 | 1001111 | 10100 | 1111010 | 1000101 | 110000 |
Color Harmonies of #26CD2C
Complementary color
Monochromatic Colors of #26CD2C
Black with #26CD2C
Text Example
Text Example
White with #26CD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CD2C; }
p { color: rgb(38,205,44); }
H1.HeaderClassName
{
color: #26CD2C;
}
.AnyTagClassName
{
color: #26CD2C;
}
</style>
background-color css
<style>
a { background-color: #26CD2C; }
a { background-color: rgb(38,205,44); }
div.DivClassName
{
background-color: #26CD2C;
}
.BgClassName
{
background-color: #26CD2C;
}
</style>
border-color css
<style>
span { border-color: #26CD2C; }
span { border-color: rgb(38,205,44); }
td.TdClassName
{
border-color: #26CD2C;
}
.TagClassName
{
border-color: #26CD2C;
}
</style>