Shades of Lime Green #26DA30
Tints of Lime Green #26DA30
RGB
CMYK
RGB Variations
Color information
#26DA30 (or 0x26DA30) is known color: Lime Green. HEX triplet: 26, DA and 30. RGB value is (38,218,48). Sum of RGB (Red+Green+Blue) = 38+218+48=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 218 (85.55% from 255 or 71.71% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 218 - color contains mainly: green. Hex color #26DA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DA30 is #D925CF. Grayscale: #919191. Windows color (decimal): -14230992 or 3201574. OLE color: 3201574.
HSL color Cylindrical-coordinate representation of color #26DA30: hue angle of 123.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DA30 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 48 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.15 |
| HSL | 123.33º | 0.71% | 0.5% | - |
| HSV(B) | 123.33º | 0.83% | 0.85% | - |
| XYZ | 26.4 | 50.77 | 11.2 | - |
| YUV | 144.8 | 73.37 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 48 | 0.83 | 0 | 0.78 | 0.15 | 123.33 | 0.71 | 0.5 |
| Hex | 26 | DA | 30 | 53 | 0 | 4E | F | 7B | 47 | 32 |
| Octal | 46 | 332 | 60 | 123 | 0 | 116 | 17 | 173 | 107 | 62 |
| Binary | 100110 | 11011010 | 110000 | 1010011 | 0 | 1001110 | 1111 | 1111011 | 1000111 | 110010 |
Color Harmonies of #26DA30
Complementary color
Monochromatic Colors of #26DA30
Black with #26DA30
Text Example
Text Example
White with #26DA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DA30; }
p { color: rgb(38,218,48); }
H1.HeaderClassName
{
color: #26DA30;
}
.AnyTagClassName
{
color: #26DA30;
}
</style>
background-color css
<style>
a { background-color: #26DA30; }
a { background-color: rgb(38,218,48); }
div.DivClassName
{
background-color: #26DA30;
}
.BgClassName
{
background-color: #26DA30;
}
</style>
border-color css
<style>
span { border-color: #26DA30; }
span { border-color: rgb(38,218,48); }
td.TdClassName
{
border-color: #26DA30;
}
.TagClassName
{
border-color: #26DA30;
}
</style>