#26C626

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

Shades of Lime Green #26C626

Tints of Lime Green #26C626

Color information

#26C626 (or 0x26C626) is unknown color: approx Lime Green. HEX triplet: 26, C6 and 26. RGB value is (38,198,38). Sum of RGB (Red+Green+Blue) = 38+198+38=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 198 (77.73% from 255 or 72.26% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 198 - color contains mainly: green. Hex color #26C626 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C626 is #D939D9. Grayscale: #848484. Windows color (decimal): -14236122 or 2541094. OLE color: 2541094.

HSL color Cylindrical-coordinate representation of color #26C626: hue angle of 120º 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 #26C626 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB3819838-
CMYK0.8100.810.22
HSL120º67.8%46.27%-
HSV(B)120º80.81%77.65%-
XYZ21.3440.948.61-
YUV131.9274.9961.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.87%
GREEN value IS 198 (77.73% from 255) = 72.26%
BLUE value IS 38 (15.23% from 255) = 13.87%
R=13.87%
G=72.26%
B=13.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal38198380.8100.810.2212067.846.27
Hex26C626510511678442e
Octal463064612101212617010456
Binary100110110001101001101010001010100011011011110001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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