#26D506

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

Shades of Lime Green #26D506

Tints of Lime Green #26D506

Color information

#26D506 (or 0x26D506) is unknown color: approx Lime Green. HEX triplet: 26, D5 and 06. RGB value is (38,213,6). Sum of RGB (Red+Green+Blue) = 38+213+6=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 213 (83.59% from 255 or 82.88% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 213 - color contains mainly: green. Hex color #26D506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D506 is #D92AF9. Grayscale: #898989. Windows color (decimal): -14232314 or 447782. OLE color: 447782.

HSL color Cylindrical-coordinate representation of color #26D506: hue angle of 110.72º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26D506 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB382136-
CMYK0.8200.970.16
HSL110.72º94.52%42.94%-
HSV(B)110.72º97.18%83.53%-
XYZ24.6348.018.14-
YUV137.0854.0257.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 213 (83.59% from 255) = 82.88%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=14.79%
G=82.88%
B=2.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal3821360.8200.970.16110.7294.5242.94
Hex26D5652061106f5f2b
Octal46325612201412015713753
Binary100110110101011101010010011000011000011011111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,213,6); }

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

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

 a { background-color: rgb(38,213,6); }

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

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

 span { border-color: rgb(38,213,6); }

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