#2BC11C

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

Shades of Lime Green #2BC11C

Tints of Lime Green #2BC11C

Color information

#2BC11C (or 0x2BC11C) is unknown color: approx Lime Green. HEX triplet: 2B, C1 and 1C. RGB value is (43,193,28). Sum of RGB (Red+Green+Blue) = 43+193+28=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 193 (75.78% from 255 or 73.11% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC11C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC11C is #D43EE3. Grayscale: #818181. Windows color (decimal): -13909732 or 1884459. OLE color: 1884459.

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

Color convert

RGB4319328-
CMYK0.7800.850.24
HSL114.55º74.66%43.33%-
HSV(B)114.55º85.49%75.69%-
XYZ20.2838.747.51-
YUV129.3470.8166.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 193 (75.78% from 255) = 73.11%
BLUE value IS 28 (11.33% from 255) = 10.61%
R=16.29%
G=73.11%
B=10.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal43193280.7800.850.24114.5574.6643.33
Hex2BC11C4E05518734b2b
Octal533013411601253016311353
Binary10101111000001111001001110010101011100011100111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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