#2BE026

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

Shades of Lime Green #2BE026

Tints of Lime Green #2BE026

Color information

#2BE026 (or 0x2BE026) is unknown color: approx Lime Green. HEX triplet: 2B, E0 and 26. RGB value is (43,224,38). Sum of RGB (Red+Green+Blue) = 43+224+38=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 224 (87.89% from 255 or 73.44% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE026 is #D41FD9. Grayscale: #959595. Windows color (decimal): -13901786 or 2547755. OLE color: 2547755.

HSL color Cylindrical-coordinate representation of color #2BE026: hue angle of 118.39º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BE026 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB4322438-
CMYK0.8100.830.12
HSL118.39º75%51.37%-
HSV(B)118.39º83.04%87.84%-
XYZ2853.9610.77-
YUV148.6865.5352.62-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.10%
GREEN value IS 224 (87.89% from 255) = 73.44%
BLUE value IS 38 (15.23% from 255) = 12.46%
R=14.10%
G=73.44%
B=12.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal43224380.8100.830.12118.397551.37
Hex2BE02651053C764b33
Octal533404612101231416611363
Binary10101111100000100110101000101010011110011101101001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BE026; }

 p { color: rgb(43,224,38); }

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

<style>
 a { background-color: #2BE026; }

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

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

<style>
 span { border-color: #2BE026; }

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

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