#26E420

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

Shades of Lime Green #26E420

Tints of Lime Green #26E420

Color information

#26E420 (or 0x26E420) is unknown color: approx Lime Green. HEX triplet: 26, E4 and 20. RGB value is (38,228,32). Sum of RGB (Red+Green+Blue) = 38+228+32=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 228 (89.45% from 255 or 76.51% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 228 - color contains mainly: green. Hex color #26E420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26E420 is #D91BDF. Grayscale: #959595. Windows color (decimal): -14228448 or 2155558. OLE color: 2155558.

HSL color Cylindrical-coordinate representation of color #26E420: hue angle of 118.16º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26E420 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB3822832-
CMYK0.8300.860.11
HSL118.16º78.4%50.98%-
HSV(B)118.16º85.96%89.41%-
XYZ28.85610.66-
YUV148.8562.0548.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.75%
GREEN value IS 228 (89.45% from 255) = 76.51%
BLUE value IS 32 (12.89% from 255) = 10.74%
R=12.75%
G=76.51%
B=10.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal38228320.8300.860.11118.1678.450.98
Hex26E42053056B764e33
Octal463444012301261316611663
Binary10011011100100100000101001101010110101111101101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26E420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,228,32); }

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

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

 a { background-color: rgb(38,228,32); }

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

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

 span { border-color: rgb(38,228,32); }

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