#2BC643

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

Shades of Lime Green #2BC643

Tints of Lime Green #2BC643

Color information

#2BC643 (or 0x2BC643) is unknown color: approx Lime Green. HEX triplet: 2B, C6 and 43. RGB value is (43,198,67). Sum of RGB (Red+Green+Blue) = 43+198+67=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 198 (77.73% from 255 or 64.29% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC643 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC643 is #D439BC. Grayscale: #898989. Windows color (decimal): -13908413 or 4441643. OLE color: 4441643.

HSL color Cylindrical-coordinate representation of color #2BC643: hue angle of 129.29º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC643 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB4319867-
CMYK0.7800.660.22
HSL129.29º64.32%47.25%-
HSV(B)129.29º78.28%77.65%-
XYZ22.241.3112.11-
YUV136.7288.6561.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.96%
GREEN value IS 198 (77.73% from 255) = 64.29%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=13.96%
G=64.29%
B=21.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal43198670.7800.660.22129.2964.3247.25
Hex2BC6434E0421681402f
Octal5330610311601022620110057
Binary10101111000110100001110011100100001010110100000011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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