#2BC423

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

Shades of Lime Green #2BC423

Tints of Lime Green #2BC423

Color information

#2BC423 (or 0x2BC423) is unknown color: approx Lime Green. HEX triplet: 2B, C4 and 23. RGB value is (43,196,35). Sum of RGB (Red+Green+Blue) = 43+196+35=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 196 (76.95% from 255 or 71.53% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC423 is #D43BDC. Grayscale: #848484. Windows color (decimal): -13908957 or 2343979. OLE color: 2343979.

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

Color convert

RGB4319635-
CMYK0.7800.820.23
HSL117.02º69.7%45.29%-
HSV(B)117.02º82.14%76.86%-
XYZ21.0440.118.22-
YUV131.973.3164.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.69%
GREEN value IS 196 (76.95% from 255) = 71.53%
BLUE value IS 35 (14.06% from 255) = 12.77%
R=15.69%
G=71.53%
B=12.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal43196350.7800.820.23117.0269.745.29
Hex2BC4234E0521775462d
Octal533044311601222716510655
Binary101011110001001000111001110010100101011111101011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,196,35); }

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

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

 a { background-color: rgb(43,196,35); }

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

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

 span { border-color: rgb(43,196,35); }

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