#2bec26

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

Shades of Lime Green #2BEC26

Tints of Lime Green #2BEC26

Color information

#2BEC26 (or 0x2BEC26) is unknown color: approx Lime Green. HEX triplet: 2B, EC and 26. RGB value is (43,236,38). Sum of RGB (Red+Green+Blue) = 43+236+38=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 236 (92.58% from 255 or 74.45% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEC26 is #D413D9. Grayscale: #9C9C9C. Windows color (decimal): -13898714 or 2550827. OLE color: 2550827.

HSL color Cylindrical-coordinate representation of color #2BEC26: hue angle of 118.48º 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 #2BEC26 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB4323638-
CMYK0.8200.840.07
HSL118.48º83.9%53.73%-
HSV(B)118.48º83.9%92.55%-
XYZ31.3460.6411.89-
YUV155.7261.5647.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.56%
GREEN value IS 236 (92.58% from 255) = 74.45%
BLUE value IS 38 (15.23% from 255) = 11.99%
R=13.56%
G=74.45%
B=11.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal43236380.8200.840.07118.4883.953.73
Hex2BEC26520547765436
Octal53354461220124716612466
Binary1010111110110010011010100100101010011111101101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bec26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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

cancel