#26C628

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

Shades of Lime Green #26C628

Tints of Lime Green #26C628

Color information

#26C628 (or 0x26C628) is unknown color: approx Lime Green. HEX triplet: 26, C6 and 28. RGB value is (38,198,40). Sum of RGB (Red+Green+Blue) = 38+198+40=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 198 (77.73% from 255 or 71.74% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 198 - color contains mainly: green. Hex color #26C628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C628 is #D939D7. Grayscale: #848484. Windows color (decimal): -14236120 or 2672166. OLE color: 2672166.

HSL color Cylindrical-coordinate representation of color #26C628: hue angle of 120.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C628 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB3819840-
CMYK0.8100.800.22
HSL120.75º67.8%46.27%-
HSV(B)120.75º80.81%77.65%-
XYZ21.3840.958.79-
YUV132.1575.9960.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.77%
GREEN value IS 198 (77.73% from 255) = 71.74%
BLUE value IS 40 (16.02% from 255) = 14.49%
R=13.77%
G=71.74%
B=14.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal38198400.8100.800.22120.7567.846.27
Hex26C628510501679442e
Octal463065012101202617110456
Binary100110110001101010001010001010100001011011110011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,198,40); }

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

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

 a { background-color: rgb(38,198,40); }

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

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

 span { border-color: rgb(38,198,40); }

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