#26C048

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

Shades of Lime Green #26C048

Tints of Lime Green #26C048

Color information

#26C048 (or 0x26C048) is unknown color: approx Lime Green. HEX triplet: 26, C0 and 48. RGB value is (38,192,72). Sum of RGB (Red+Green+Blue) = 38+192+72=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #26C048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C048 is #D93FB7. Grayscale: #848484. Windows color (decimal): -14237624 or 4767782. OLE color: 4767782.

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

Color convert

RGB3819272-
CMYK0.8000.630.25
HSL133.25º66.96%45.1%-
HSV(B)133.25º80.21%75.29%-
XYZ20.8238.5812.48-
YUV132.2793.9860.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 192 (75.39% from 255) = 63.58%
BLUE value IS 72 (28.52% from 255) = 23.84%
R=12.58%
G=63.58%
B=23.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38192720.8000.630.25133.2566.9645.1
Hex26C0485003F1985432d
Octal463001101200773120510355
Binary1001101100000010010001010000011111111001100001011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,192,72); }

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

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

 a { background-color: rgb(38,192,72); }

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

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

 span { border-color: rgb(38,192,72); }

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