#26EC2C

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

Shades of Lime Green #26EC2C

Tints of Lime Green #26EC2C

Color information

#26EC2C (or 0x26EC2C) is unknown color: approx Lime Green. HEX triplet: 26, EC and 2C. RGB value is (38,236,44). Sum of RGB (Red+Green+Blue) = 38+236+44=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 236 (92.58% from 255 or 74.21% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 236 - color contains mainly: green. Hex color #26EC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EC2C is #D913D3. Grayscale: #9B9B9B. Windows color (decimal): -14226388 or 2944038. OLE color: 2944038.

HSL color Cylindrical-coordinate representation of color #26EC2C: hue angle of 121.82º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EC2C is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB3823644-
CMYK0.8400.810.07
HSL121.82º83.9%53.73%-
HSV(B)121.82º83.9%92.55%-
XYZ31.2560.5812.43-
YUV154.9165.444.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.95%
GREEN value IS 236 (92.58% from 255) = 74.21%
BLUE value IS 44 (17.58% from 255) = 13.84%
R=11.95%
G=74.21%
B=13.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal38236440.8400.810.07121.8283.953.73
Hex26EC2C5405177a5436
Octal46354541240121717212466
Binary1001101110110010110010101000101000111111110101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26EC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,236,44); }

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

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

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

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

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

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

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