#2bce43

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

Shades of Lime Green #2BCE43

Tints of Lime Green #2BCE43

Color information

#2BCE43 (or 0x2BCE43) is unknown color: approx Lime Green. HEX triplet: 2B, CE and 43. RGB value is (43,206,67). Sum of RGB (Red+Green+Blue) = 43+206+67=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 206 (80.86% from 255 or 65.19% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCE43 is #D431BC. Grayscale: #8D8D8D. Windows color (decimal): -13906365 or 4443691. OLE color: 4443691.

HSL color Cylindrical-coordinate representation of color #2BCE43: hue angle of 128.83º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCE43 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB4320667-
CMYK0.7900.670.19
HSL128.83º65.46%48.82%-
HSV(B)128.83º79.13%80.78%-
XYZ24.0845.0612.74-
YUV141.428657.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.61%
GREEN value IS 206 (80.86% from 255) = 65.19%
BLUE value IS 67 (26.56% from 255) = 21.20%
R=13.61%
G=65.19%
B=21.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal43206670.7900.670.19128.8365.4648.82
Hex2BCE434F04313814131
Octal5331610311701032320110161
Binary10101111001110100001110011110100001110011100000011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bce43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,206,67); }

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

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

 a { background-color: rgb(43,206,67); }

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

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

 span { border-color: rgb(43,206,67); }

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