#26C13A

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

Shades of Lime Green #26C13A

Tints of Lime Green #26C13A

Color information

#26C13A (or 0x26C13A) is unknown color: approx Lime Green. HEX triplet: 26, C1 and 3A. RGB value is (38,193,58). Sum of RGB (Red+Green+Blue) = 38+193+58=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #26C13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C13A is #D93EC5. Grayscale: #838383. Windows color (decimal): -14237382 or 3850534. OLE color: 3850534.

HSL color Cylindrical-coordinate representation of color #26C13A: hue angle of 127.74º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C13A is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB3819358-
CMYK0.8000.700.24
HSL127.74º67.1%45.29%-
HSV(B)127.74º80.31%75.69%-
XYZ20.6338.8610.42-
YUV131.2686.6561.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 193 (75.78% from 255) = 66.78%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=13.15%
G=66.78%
B=20.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal38193580.8000.700.24127.7467.145.29
Hex26C13A500461880432d
Octal463017212001063020010355
Binary1001101100000111101010100000100011011000100000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,193,58); }

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

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

 a { background-color: rgb(38,193,58); }

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

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

 span { border-color: rgb(38,193,58); }

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