#26C728

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

Shades of Lime Green #26C728

Tints of Lime Green #26C728

Color information

#26C728 (or 0x26C728) is unknown color: approx Lime Green. HEX triplet: 26, C7 and 28. RGB value is (38,199,40). Sum of RGB (Red+Green+Blue) = 38+199+40=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 199 (78.12% from 255 or 71.84% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 199 - color contains mainly: green. Hex color #26C728 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C728 is #D938D7. Grayscale: #858585. Windows color (decimal): -14235864 or 2672422. OLE color: 2672422.

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

Color convert

RGB3819940-
CMYK0.8100.800.22
HSL120.75º67.93%46.47%-
HSV(B)120.75º80.9%78.04%-
XYZ21.6141.418.86-
YUV132.7375.6660.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 199 (78.12% from 255) = 71.84%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=13.72%
G=71.84%
B=14.44%

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
Decimal38199400.8100.800.22120.7567.9346.47
Hex26C728510501679442e
Octal463075012101202617110456
Binary100110110001111010001010001010100001011011110011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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