#26C245

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

Shades of Lime Green #26C245

Tints of Lime Green #26C245

Color information

#26C245 (or 0x26C245) is unknown color: approx Lime Green. HEX triplet: 26, C2 and 45. RGB value is (38,194,69). Sum of RGB (Red+Green+Blue) = 38+194+69=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 194 (76.17% from 255 or 64.45% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 194 - color contains mainly: green. Hex color #26C245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C245 is #D93DBA. Grayscale: #858585. Windows color (decimal): -14237115 or 4571686. OLE color: 4571686.

HSL color Cylindrical-coordinate representation of color #26C245: hue angle of 131.92º 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 #26C245 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB3819469-
CMYK0.8000.640.24
HSL131.92º67.24%45.49%-
HSV(B)131.92º80.41%76.08%-
XYZ21.1739.4312.12-
YUV133.1191.8260.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.62%
GREEN value IS 194 (76.17% from 255) = 64.45%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=12.62%
G=64.45%
B=22.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal38194690.8000.640.24131.9267.2445.49
Hex26C245500401884432d
Octal4630210512001003020410355
Binary10011011000010100010110100000100000011000100001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,194,69); }

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

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

 a { background-color: rgb(38,194,69); }

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

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

 span { border-color: rgb(38,194,69); }

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