#26EB3D

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

Shades of Lime Green #26EB3D

Tints of Lime Green #26EB3D

Color information

#26EB3D (or 0x26EB3D) is unknown color: approx Lime Green. HEX triplet: 26, EB and 3D. RGB value is (38,235,61). Sum of RGB (Red+Green+Blue) = 38+235+61=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 235 (92.19% from 255 or 70.36% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 235 - color contains mainly: green. Hex color #26EB3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EB3D is #D914C2. Grayscale: #9C9C9C. Windows color (decimal): -14226627 or 4057894. OLE color: 4057894.

HSL color Cylindrical-coordinate representation of color #26EB3D: hue angle of 127.01º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EB3D is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB3823561-
CMYK0.8400.740.08
HSL127.01º83.12%53.53%-
HSV(B)127.01º83.83%92.16%-
XYZ31.3560.1714.38-
YUV156.2674.2343.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.38%
GREEN value IS 235 (92.19% from 255) = 70.36%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=11.38%
G=70.36%
B=18.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal38235610.8400.740.08127.0183.1253.53
Hex26EB3D5404A87f5336
Octal463537512401121017712366
Binary10011011101011111101101010001001010100011111111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26EB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,235,61); }

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

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

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

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

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

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

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