#26C244

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

Shades of Lime Green #26C244

Tints of Lime Green #26C244

Color information

#26C244 (or 0x26C244) is unknown color: approx Lime Green. HEX triplet: 26, C2 and 44. RGB value is (38,194,68). Sum of RGB (Red+Green+Blue) = 38+194+68=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 194 (76.17% from 255 or 64.67% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 194 - color contains mainly: green. Hex color #26C244 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C244 is #D93DBB. Grayscale: #858585. Windows color (decimal): -14237116 or 4506150. OLE color: 4506150.

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

Color convert

RGB3819468-
CMYK0.8000.650.24
HSL131.54º67.24%45.49%-
HSV(B)131.54º80.41%76.08%-
XYZ21.1339.4111.96-
YUV132.9991.3260.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.67%
GREEN value IS 194 (76.17% from 255) = 64.67%
BLUE value IS 68 (26.95% from 255) = 22.67%
R=12.67%
G=64.67%
B=22.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal38194680.8000.650.24131.5467.2445.49
Hex26C244500411884432d
Octal4630210412001013020410355
Binary10011011000010100010010100000100000111000100001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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