#2BC128

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

Shades of Lime Green #2BC128

Tints of Lime Green #2BC128

Color information

#2BC128 (or 0x2BC128) is unknown color: approx Lime Green. HEX triplet: 2B, C1 and 28. RGB value is (43,193,40). Sum of RGB (Red+Green+Blue) = 43+193+40=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC128 is #D43ED7. Grayscale: #838383. Windows color (decimal): -13909720 or 2670891. OLE color: 2670891.

HSL color Cylindrical-coordinate representation of color #2BC128: hue angle of 118.82º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BC128 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB4319340-
CMYK0.7800.790.24
HSL118.82º65.67%45.69%-
HSV(B)118.82º79.27%75.69%-
XYZ20.4538.818.42-
YUV130.7176.8165.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.58%
GREEN value IS 193 (75.78% from 255) = 69.93%
BLUE value IS 40 (16.02% from 255) = 14.49%
R=15.58%
G=69.93%
B=14.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal43193400.7800.790.24118.8265.6745.69
Hex2BC1284E04F1877422e
Octal533015011601173016710256
Binary101011110000011010001001110010011111100011101111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,193,40); }

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

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

 a { background-color: rgb(43,193,40); }

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

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

 span { border-color: rgb(43,193,40); }

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