#26AA38

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

Shades of Lime Green #26AA38

Tints of Lime Green #26AA38

Color information

#26AA38 (or 0x26AA38) is unknown color: approx Lime Green. HEX triplet: 26, AA and 38. RGB value is (38,170,56). Sum of RGB (Red+Green+Blue) = 38+170+56=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26AA38 is #D955C7. Grayscale: #757575. Windows color (decimal): -14243272 or 3713574. OLE color: 3713574.

HSL color Cylindrical-coordinate representation of color #26AA38: hue angle of 128.18º 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 #26AA38 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB3817056-
CMYK0.7800.670.33
HSL128.18º63.46%40.78%-
HSV(B)128.18º77.65%66.67%-
XYZ15.8929.458.59-
YUV117.5493.2771.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 170 (66.80% from 255) = 64.39%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=14.39%
G=64.39%
B=21.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38170560.7800.670.33128.1863.4640.78
Hex26AA384E04321803f29
Octal46252701160103412007751
Binary1001101010101011100010011100100001110000110000000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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