#2BC529

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

Shades of Lime Green #2BC529

Tints of Lime Green #2BC529

Color information

#2BC529 (or 0x2BC529) is unknown color: approx Lime Green. HEX triplet: 2B, C5 and 29. RGB value is (43,197,41). Sum of RGB (Red+Green+Blue) = 43+197+41=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 197 (77.34% from 255 or 70.11% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC529 is #D43AD6. Grayscale: #858585. Windows color (decimal): -13908695 or 2737451. OLE color: 2737451.

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

Color convert

RGB4319741-
CMYK0.7800.790.23
HSL119.23º65.55%46.67%-
HSV(B)119.23º79.19%77.25%-
XYZ21.3640.618.81-
YUV133.1775.9863.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.30%
GREEN value IS 197 (77.34% from 255) = 70.11%
BLUE value IS 41 (16.41% from 255) = 14.59%
R=15.30%
G=70.11%
B=14.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal43197410.7800.790.23119.2365.5546.67
Hex2BC5294E04F1777422f
Octal533055111601172716710257
Binary101011110001011010011001110010011111011111101111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,197,41); }

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

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

 a { background-color: rgb(43,197,41); }

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

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

 span { border-color: rgb(43,197,41); }

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