#26AA3C

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

Shades of Lime Green #26AA3C

Tints of Lime Green #26AA3C

Color information

#26AA3C (or 0x26AA3C) is unknown color: approx Lime Green. HEX triplet: 26, AA and 3C. RGB value is (38,170,60). Sum of RGB (Red+Green+Blue) = 38+170+60=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26AA3C is #D955C3. Grayscale: #767676. Windows color (decimal): -14243268 or 3975718. OLE color: 3975718.

HSL color Cylindrical-coordinate representation of color #26AA3C: hue angle of 130º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AA3C is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB3817060-
CMYK0.7800.650.33
HSL130º63.46%40.78%-
HSV(B)130º77.65%66.67%-
XYZ15.9929.499.12-
YUV117.9995.2770.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.18%
GREEN value IS 170 (66.80% from 255) = 63.43%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=14.18%
G=63.43%
B=22.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38170600.7800.650.3313063.4640.78
Hex26AA3C4E04121823f29
Octal46252741160101412027751
Binary1001101010101011110010011100100000110000110000010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,170,60); }

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

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

 a { background-color: rgb(38,170,60); }

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

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

 span { border-color: rgb(38,170,60); }

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