#26C236

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

Shades of Lime Green #26C236

Tints of Lime Green #26C236

Color information

#26C236 (or 0x26C236) is unknown color: approx Lime Green. HEX triplet: 26, C2 and 36. RGB value is (38,194,54). Sum of RGB (Red+Green+Blue) = 38+194+54=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #26C236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C236 is #D93DC9. Grayscale: #838383. Windows color (decimal): -14237130 or 3588646. OLE color: 3588646.

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

Color convert

RGB3819454-
CMYK0.8000.720.24
HSL126.15º67.24%45.49%-
HSV(B)126.15º80.41%76.08%-
XYZ20.7639.269.97-
YUV131.484.3261.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.29%
GREEN value IS 194 (76.17% from 255) = 67.83%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=13.29%
G=67.83%
B=18.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal38194540.8000.720.24126.1567.2445.49
Hex26C23650048187e432d
Octal463026612001103017610355
Binary100110110000101101101010000010010001100011111101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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