#26D815

Color #26D815 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #26D815

Tints of Lime Green #26D815

Color information

#26D815 (or 0x26D815) is unknown color: approx Lime Green. HEX triplet: 26, D8 and 15. RGB value is (38,216,21). Sum of RGB (Red+Green+Blue) = 38+216+21=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 216 (84.77% from 255 or 78.55% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 216 - color contains mainly: green. Hex color #26D815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D815 is #D927EA. Grayscale: #8D8D8D. Windows color (decimal): -14231531 or 1431590. OLE color: 1431590.

HSL color Cylindrical-coordinate representation of color #26D815: hue angle of 114.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26D815 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB3821621-
CMYK0.8200.900.15
HSL114.77º82.28%46.47%-
HSV(B)114.77º90.28%84.71%-
XYZ25.4949.588.94-
YUV140.5560.5354.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 216 (84.77% from 255) = 78.55%
BLUE value IS 21 (8.59% from 255) = 7.64%
R=13.82%
G=78.55%
B=7.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal38216210.8200.900.15114.7782.2846.47
Hex26D8155205AF73522e
Octal463302512201321716312256
Binary1001101101100010101101001001011010111111100111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26D815; }

 p { color: rgb(38,216,21); }

 H1.HeaderClassName
 {
   color: #26D815;
 }
 .AnyTagClassName
 {
   color: #26D815;
 }
</style>
background-color css

<style>
 a { background-color: #26D815; }

 a { background-color: rgb(38,216,21); }

 div.DivClassName
 {
   background-color: #26D815;
 }
 .BgClassName
 {
   background-color: #26D815;
 }
</style>
border-color css

<style>
 span { border-color: #26D815; }

 span { border-color: rgb(38,216,21); }

 td.TdClassName
 {
   border-color: #26D815;
 }
 .TagClassName
 {
   border-color: #26D815;
 }
</style>